Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
Syntax
enum EGetSparseClassDataMethod
{
CreateIfNull,
ArchetypeIfNull,
ReturnIfNull,
}
Values
| Name | Description |
|---|---|
| CreateIfNull | Create a new instance when this class doesn't have any sparse data of its own |
| ArchetypeIfNull | Use the archetype instance (if possible) when this class doesn't have any sparse data of its own |
| ReturnIfNull | Return null when this class doesn't have any sparse data of its own |