Skip to content

Commit cc95458

Browse files
committed
Revert "Revert "Add support for the Python Stdout Log""
This reverts commit 32671bb.
1 parent 41ba36c commit cc95458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/UnrealEnginePython/Public/UnrealEnginePython.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class UNREALENGINEPYTHON_API FUnrealEnginePythonModule : public IModuleInterface
2626
// used by console
2727
void *main_dict;
2828
void *local_dict;
29+
void *main_module;
2930
};
3031

3132
struct FScopePythonGIL {

0 commit comments

Comments
 (0)