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
&40;
UObject &42; InOuter,
TArray< UObject &42; > & OutObjects
&41;
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 |