Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternalPackageHelper
| |
|
| Name |
EGetExternalSaveableObjectsFlags |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/ExternalPackageHelper.h |
| Include Path |
#include "ExternalPackageHelper.h" |
Syntax
enum EGetExternalSaveableObjectsFlags
{
None = 0,
CheckDirty = (1 << 0),
}
Values
| Name |
Remarks |
| None |
No flags. |
| CheckDirty |
Whether to check the object's package dirty flag. Controls whether only dirty or all external objects are returned. |