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 GetExternalSaveableObjects
(
UObject * InOuter,
TArray < UObject * > & OutObjects
)
Remarks
Get the saveable external objects that should be saved alongside this outer's package
Parameters
| Name | Description |
|---|---|
| InOuter | The external object's outer |
| OutObjects | The objects that should be saved |