Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h |
| Include | #include "KeyPropertyParams.h" |
Syntax
class FPropertyChangedParams
Remarks
Parameters for the property changed callback.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const ESequencerKeyMode | KeyMode | Keyframing params | |
| const TArray< UObject * > | ObjectsThatChanged | An array of the objects that changed. | |
| FPropertyPath | PropertyPath | A path of properties to get from the root object to the property to be keyed. | |
| FPropertyPath | StructPathToKey | Represents the path of an inner property which should be keyed for a struct property. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPropertyChangedParams
(
TArray< UObject* > InObjectsThatChanged, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Gets the property path as a period seperated string of property names. | ||
| ValueType | Gets the value of the property that changed. |