Navigation
API > API/Editor > API/Editor/MovieSceneTools
Tools for animatable property types such as floats ands vectors
| Name | FPropertyTrackEditor |
| Type | class |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
| Include Path | #include "PropertyTrackEditor.h" |
Syntax
template<typename TrackType>
class FPropertyTrackEditor : public FKeyframeTrackEditor< TrackType >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FKeyframeTrackEditor → FPropertyTrackEditor
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor | PropertyTrackEditor.h | |
FPropertyTrackEditor
(
TSharedRef< ISequencer > InSequencer, |
Constructor | PropertyTrackEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPropertyTrackEditor() |
PropertyTrackEditor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WatchedProperties | TArray< FAnimatedPropertyKey > | An array of property type names which are being watched for changes. | PropertyTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsSequence
(
UMovieSceneSequence* InSequence |
PropertyTrackEditor.h |
Overridden from FKeyframeTrackEditor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayName() |
PropertyTrackEditor.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneTrack > Type |
PropertyTrackEditor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneTrack * AddTrack
(
UMovieScene* FocusedMovieScene, |
PropertyTrackEditor.h | ||
void AddWatchedProperty
(
FAnimatedPropertyKey PropertyKey |
Adds a callback for property changes for the supplied property type name. | PropertyTrackEditor.h | |
virtual bool ForCustomizedUseOnly () |
When true, this track editor will only be used on properties which have specified it as a custom track class. | PropertyTrackEditor.h | |
void GenerateKeysFromPropertyChanged
(
const FPropertyChangedParams& PropertyChangedParams, |
Generates keys based on the new value from the property property change parameters. | PropertyTrackEditor.h | |
virtual void InitializeNewTrack
(
TrackType* NewTrack, |
Initialized values on a track after it's been created, but before any sections or keys have been added. | PropertyTrackEditor.h | |
virtual void OnAnimatedPropertyChanged
(
const FPropertyChangedParams& PropertyChangedParams |
Called by the details panel when an animatable property changes | PropertyTrackEditor.h |