Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalPackageHelper
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ExternalPackageHelper.h |
| Include | #include "ExternalPackageHelper.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ExternalPackageHelper.cpp |
static void SetPackagingMode
&40;
UObject &42; InObject,
UObject &42; InObjectOuter,
bool bInIsPackageExternal,
bool bInShouldDirty,
EPackageFlags InExternalPackageFlags
&41;
Remarks
Set the object packaging mode.
Parameters
| Name | Description |
|---|---|
| InObject | the object on which to change the packaging mode |
| InObjectOuter | the object's outer |
| bInIsPackageExternal | will set the object packaging mode to external if true, to internal otherwise |
| bInShouldDirty | should dirty or not the object's outer package |
| InExternalPackageFlags | the flags to apply to the external package if bInIsPackageExternal is true |