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 41ba36c commit cc95458Copy full SHA for cc95458
Source/UnrealEnginePython/Public/UnrealEnginePython.h
@@ -26,6 +26,7 @@ class UNREALENGINEPYTHON_API FUnrealEnginePythonModule : public IModuleInterface
26
// used by console
27
void *main_dict;
28
void *local_dict;
29
+ void *main_module;
30
};
31
32
struct FScopePythonGIL {
0 commit comments