You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The following flags are now set when initializing the embedded Python interpreter: - Py_IgnoreEnvironmentFlag - Ignore PYTHONPATH when calculating sys.path. - Py_IsolatedFlag - Skip adding the user's site-packages directory to sys.path. To counter the loss of PYTHONPATH, a new UE_PYTHONPATH environment variable is now available with the same rules as PYTHONPATH. #jira UE-113583 #rb Rex.Hill [CL 16064481 by Jamie Dale in ue5-main branch]