unreal.EditorPropertyValueState¶
- class unreal.EditorPropertyValueState¶
Bases:
EnumBaseStates a property value queried by IsEditorPropertyOverridden can be in
C++ Source:
Module: Engine
File: KismetSystemLibrary.h
- ACCESS_DENIED: EditorPropertyValueState = Ellipsis¶
The property could not be accessed to query its state; its state is unknown
- Type:
3
- DEFAULT: EditorPropertyValueState = Ellipsis¶
This property is in a default state
- Type:
0
- NOT_FOUND: EditorPropertyValueState = Ellipsis¶
The property was not found on the object or its archetype; its state is unknown
- Type:
2
- OVERRIDDEN: EditorPropertyValueState = Ellipsis¶
This property is in an overridden state
- Type:
1