Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include | #include "Kismet/KismetSystemLibrary.h" |
Syntax
enum EEditorPropertyValueState
{
Default,
Overridden,
NotFound,
AccessDenied,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
States a property value queried by IsEditorPropertyOverridden can be in