Navigation
API > API/Runtime > API/Runtime/Engine
States a property value queried by IsEditorPropertyOverridden can be in
| Name | EEditorPropertyValueState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
Syntax
enum EEditorPropertyValueState
{
Default,
Overridden,
NotFound,
AccessDenied,
}
Values
| Name | Remarks |
|---|---|
| Default | This property is in a default state |
| Overridden | This property is in an overridden state |
| NotFound | The property was not found on the object or its archetype; its state is unknown |
| AccessDenied | The property could not be accessed to query its state; its state is unknown |