Choose your operating system:
Windows
macOS
Linux
| FPropertyTrackEditor::GenerateKeysFromPropertyChanged()
|
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
Include |
#include "PropertyTrackEditor.h" |
void GenerateKeysFromPropertyChanged
(
const FPropertyChangedParams & PropertyChangedParams,
UMovieSceneSection * SectionToKey,
FGeneratedTrackKeys & OutGeneratedKeys
)
Generates keys based on the new value from the property property change parameters.
Parameter |
Description |
---|---|
PropertyChangedParams |
Parameters associated with the property change. |
OutGeneratedKeys |
Array of keys that are generated from the changed property |