Skip to content

Commit c6dbb0f

Browse files
committed
Updated to 4.27
1 parent 91ab3b2 commit c6dbb0f

13 files changed

Lines changed: 69 additions & 40 deletions

EditorScriptTest.uproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"FileVersion": 3,
3-
"EngineAssociation": "4.25",
3+
"EngineAssociation": "4.27",
44
"Category": "",
55
"Description": "",
66
"Plugins": [
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Plugins/ElgEditorScripting/Binaries/Win64/UE4Editor-Win64-DebugGame.modules

Lines changed: 0 additions & 7 deletions
This file was deleted.

Plugins/ElgEditorScripting/Binaries/Win64/UE4Editor.modules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"BuildId": "14830424",
2+
"BuildId": "17155196",
33
"Modules":
44
{
55
"ElgEditorScripting": "UE4Editor-ElgEditorScripting.dll"
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"FileVersion": 3,
3-
"Version": 1,
4-
"VersionName": "1.0.4",
5-
"FriendlyName": "Elg Editor Utility Widget Scripting",
6-
"Description": "Extend the Editor Utility Widget scripting to make it possible to have Events like LevelActorSelected or AssetSelected and many more.",
7-
"Category": "Scripting",
8-
"CreatedBy": "ElgSoft",
9-
"CreatedByURL": "ElgSoft.com",
10-
"DocsURL": "ElgSoft.com",
11-
"MarketplaceURL": "",
12-
"SupportURL": "mailto:EditorScripting@ElgSoft.com",
13-
"EngineVersion": "4.25.0",
14-
"CanContainContent": false,
15-
"Installed": true,
16-
"Modules": [
17-
{
18-
"Name": "ElgEditorScripting",
19-
"Type": "Editor",
20-
"LoadingPhase": "Default"
21-
}
22-
]
2+
"FileVersion": 3,
3+
"Version": 1,
4+
"VersionName": "1.0.4",
5+
"FriendlyName": "Elg Editor Utility Widget Scripting",
6+
"Description": "Extend the Editor Utility Widget scripting to make it possible to have Events like LevelActorSelected or AssetSelected and many more.",
7+
"Category": "Scripting",
8+
"CreatedBy": "ElgSoft",
9+
"CreatedByURL": "ElgSoft.com",
10+
"DocsURL": "ElgSoft.com",
11+
"MarketplaceURL": "",
12+
"SupportURL": "mailto:EditorScripting@ElgSoft.com",
13+
"EngineVersion": "4.27.0",
14+
"CanContainContent": false,
15+
"Installed": true,
16+
"Modules": [
17+
{
18+
"Name": "ElgEditorScripting",
19+
"Type": "Editor",
20+
"LoadingPhase": "Default"
21+
}
22+
]
2323
}

0 commit comments

Comments
 (0)