Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h |
| Include | #include "KeyPropertyParams.h" |
Syntax
struct FKeyPropertyParams
Remarks
Parameters for keying a property.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const ESequencerKeyMode | KeyMode | Keyframing params | |
| const TArray< UObject * > | ObjectsToKey | An array of the objects who's property will be keyed. | |
| FPropertyPath | PropertyPath | A path of properties to get from the root object to the property to be keyed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FKeyPropertyParams
(
TArray< UObject* > InObjectsToKey, |
Creates new key property parameters for a manually triggered property change. | ||
FKeyPropertyParams
(
TArray< UObject* > InObjectsToKey, |
Creates new key property parameters from an actual property change notification with a property handle. |