We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c458bf commit 53fc807Copy full SHA for 53fc807
UnrealEnginePython.uplugin
@@ -18,15 +18,17 @@
18
{
19
"Name": "UnrealEnginePython",
20
"Type": "Runtime",
21
- "LoadingPhase": "PreDefault"
+ "LoadingPhase": "Default"
22
},
23
24
"Name": "PythonConsole",
25
- "Type": "Editor"
+ "Type": "Editor",
26
+ "LoadingPhase": "PostDefault"
27
28
29
"Name" : "PythonEditor",
- "Type" : "Editor"
30
+ "Type" : "Editor",
31
32
}
33
]
34
0 commit comments