File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Source/UnrealEnginePython/Private Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ void FUnrealEnginePythonModule::UESetupPythonInterpreter(bool verbose) {
103103 PyList_Insert (py_path, 0 , py_plugin_scripts_path);
104104
105105 /* add the plugin paths - windows only */
106- FString PythonHome = FPaths::ConvertRelativePathToFull (FPaths::Combine (PROJECT_CONTENT_DIR , FString (" UnrealEnginePython/ Binaries/Win64" )));
106+ FString PythonHome = FPaths::ConvertRelativePathToFull (FPaths::Combine (PluginRoot , FString (" Binaries/Win64" )));
107107 char *python_path = TCHAR_TO_UTF8 (*PythonHome);
108108 char *site_path = TCHAR_TO_UTF8 (*FPaths::Combine (FString (PythonHome), FString (" Lib/site-packages" )));
109109 PyList_Insert (py_path, 0 , PyUnicode_FromString (python_path));
You can’t perform that action at this time.
0 commit comments