Files
UnrealEngineUWP/Engine/Plugins/Experimental/PythonScriptPlugin
matt johnson e53c8beca4 PythonScriptPlugin: expose IsPackageExternal() and GetPackage() for object instances wrapped to Python
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]
2022-04-15 12:51:54 -04:00
..