Navigation
API > API/Runtime > API/Runtime/CoreUObject
Flags that are optionally tracked per property by struct and class instances.
| Name | EPropertyValueFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
Syntax
enum EPropertyValueFlags
{
Initialized,
Serialized,
}
Values
| Name | Remarks |
|---|---|
| Initialized | Whether the property value is initialized. |
| Serialized | Whether the property value was written during serialization. |