Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
Syntax
enum EParseObjectLoadingPolicy
{
Find,
FindOrLoad,
}
Values
| Name | Description |
|---|---|
| Find | Try and find the object, but do not attempt to load it |
| FindOrLoad | Try and find the object, or attempt of load it if it cannot be found (note: loading may be globally disabled via the CVar "s.AllowParseObjectLoading") |
Remarks
Loading policy to use with ParseObject