Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FPropertyTrackEditor
- FPropertyTrackEditor::GenerateKeysFromPropertyChanged()
- FBoolPropertyTrackEditor::GenerateKeysFromPropertyChanged()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
| Include | #include "PropertyTrackEditor.h" |
void GenerateKeysFromPropertyChanged
(
const FPropertyChangedParams & PropertyChangedParams,
UMovieSceneSection * SectionToKey,
FGeneratedTrackKeys & OutGeneratedKeys
)
Remarks
Generates keys based on the new value from the property property change parameters.
Parameters
| Name | Description |
|---|---|
| PropertyChangedParams | Parameters associated with the property change. |
| OutGeneratedKeys | Array of keys that are generated from the changed property |