Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailKeyframeHandler.h |
| Include | #include "IDetailKeyframeHandler.h" |
Syntax
enum EPropertyKeyedStatus
{
NotKeyed,
KeyedInOtherFrame,
PartiallyKeyed,
KeyedInFrame,
}
Values
| Name | Description |
|---|---|
| NotKeyed | Property not keyed, or not animated in current time |
| KeyedInOtherFrame | Property is animated in the current time, but there's no key in current frame |
| PartiallyKeyed | For Top-level properties only some but not all the properties of the struct are keyed in Current Frame |
| KeyedInFrame | Property (and all its sub-properties) are keyed in current frame |
Remarks
Keyed Status of a Property, ordered by their precedence E.g. if a property is keyed in current and another frame, Keyed In Frame should take precedence