Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
Include |
#include "PropertyTrackEditor.h" |
template<typename TrackType>
class FPropertyTrackEditor : public FKeyframeTrackEditor< TrackType >
Tools for animatable property types such as floats ands vectors
Name | Description | |
---|---|---|
|
FPropertyTrackEditor ( |
Constructor |
|
FPropertyTrackEditor ( |
Constructor |
Name | Description | |
---|---|---|
|
~FPropertyTrackEditor() |
Name | Description | ||
---|---|---|---|
|
AddWatchedProperty ( |
Adds a callback for property changes for the supplied property type name. |
|
|
ForCustomizedUseOnly() |
When true, this track editor will only be used on properties which have specified it as a custom track class. |
|
|
GenerateKeysFromPropertyChanged ( |
Generates keys based on the new value from the property property change parameters. |
|
|
InitializeNewTrack ( |
Initialized values on a track after it's been created, but before any sections or keys have been added. |
|
|
OnAnimatedPropertyChanged ( |
Called by the details panel when an animatable property changes |
Name | Description | ||
---|---|---|---|
|
UMovieSceneT... |
AddTrack ( |
Add a new track to the sequence. |
|
SupportsSequence ( |
Returns whether a sequence is supported by this tool. |
|
|
SupportsType ( |
Returns whether a track class is supported by this tool. |