Skip to content

Commit 6dd5832

Browse files
committed
Add support for the Python Stdout Log
Support the print(' ') and help(' '), Can be used as the transition period.
1 parent 80927a9 commit 6dd5832

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
@@ -25,6 +25,7 @@ class UNREALENGINEPYTHON_API FUnrealEnginePythonModule : public IModuleInterface
2525
// used by console
2626
void *main_dict;
2727
void *local_dict;
28+
void *main_module;
2829
};
2930

3031
struct FScopePythonGIL {

0 commit comments

Comments
 (0)