We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80927a9 commit 6dd5832Copy full SHA for 6dd5832
Source/UnrealEnginePython/Public/UnrealEnginePython.h
@@ -25,6 +25,7 @@ class UNREALENGINEPYTHON_API FUnrealEnginePythonModule : public IModuleInterface
25
// used by console
26
void *main_dict;
27
void *local_dict;
28
+ void *main_module;
29
};
30
31
struct FScopePythonGIL {
0 commit comments