You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can tune your python environment adding a [Python] stanza to the Config/DefaultEngine.ini file.
636
+
637
+
The following parameters are supported:
632
638
639
+
* Home: set the path of the python installation, useful for forcing the python vm to search modules in a specific directory (like old-style virtualenvs)
640
+
* RelativeHome: like Home but relative to the /Content directory
641
+
* ProgramName: set the python program name path
642
+
* RelativeProgramName: like ProgramName, but the path is relative to the /Content directory
643
+
* ScriptsPath: change the default path on where Unreal Engine searches for python scripts
644
+
* RelativeScriptsPath: like ScriptsPath, but relative to the /Content directory
645
+
* AdditionalModulesPath: add the specified directory to sys.path
646
+
* RelativeAdditionalModulesPath: like AdditionalModulesPath, but the path is relative to the /Content directory
647
+
* ZipPath: allow to specify a .zip file that is added to sys.path
648
+
* RelativeZipPath: like ZipPath, but the path is relative to the /Content directory
0 commit comments