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 864c8ff commit 571dd79Copy full SHA for 571dd79
Source/UnrealEnginePython/Private/UnrealEnginePython.cpp
@@ -91,7 +91,7 @@ void FUnrealEnginePythonModule::StartupModule()
91
#if PY_MAJOR_VERSION >= 3
92
wchar_t *home = (wchar_t *)*PyHome;
93
#else
94
- char *home = TCHAR_TO_UTF8(*home);
+ char *home = TCHAR_TO_UTF8(*PyHome);
95
#endif
96
97
Py_SetPythonHome(home);
0 commit comments