Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | EUserDefinedStructureStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/UserDefinedStruct.h |
| Include Path | #include "StructUtils/UserDefinedStruct.h" |
Syntax
enum EUserDefinedStructureStatus
{
UDSS_UpToDate,
UDSS_Dirty,
UDSS_Error,
UDSS_Duplicate,
UDSS_MAX,
}
Values
| Name | Remarks |
|---|---|
| UDSS_UpToDate | Struct is in an unknown state. |
| UDSS_Dirty | Struct has been modified but not recompiled. |
| UDSS_Error | Struct tried but failed to be compiled. |
| UDSS_Duplicate | Struct is a duplicate, the original one was changed. |
| UDSS_MAX |