Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalPackageHelper
Description
Get the saveable external objects that should be saved alongside this outer's package
| Name | GetExternalSaveableObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ExternalPackageHelper.h |
| Include Path | #include "ExternalPackageHelper.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ExternalPackageHelper.cpp |
static void GetExternalSaveableObjects
(
UObject * InOuter,
TArray < UObject * > & OutObjects,
EGetExternalSaveableObjectsFlags InFlags
)
Parameters
| Name | Remarks |
|---|---|
| InOuter | The external object's outer |
| OutObjects | The objects that should be saved |
| InFlags | Flags controlling behavior |