You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This exposes UObjectBaseUtility's IsPackageExternal() and GetPackage() as is_package_external() and get_package(), respectively, for UObject instances that are wrapped to Python. GetOutermost() simply calls through to GetPackage(), so the newly added get_package() is equivalent to the existing get_outermost(), but the former is preferred according to the docstring for GetOutermost(). get_outermost() was left in place so as not to break existing Python code. #rb jamie.dale #preflight 6258b018010ebc5d4e92afdc [CL 19772809 by matt johnson in ue5-main branch]