Navigation
API > API/Editor > API/Editor/MovieSceneTools
| Name | FRegisteredPropertyTrackEditor |
| Type | class |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |
| Include Path | #include "TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h" |
Syntax
class FRegisteredPropertyTrackEditor : public FPropertyTrackEditor< UMovieScenePropertyTrack >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FKeyframeTrackEditor → FPropertyTrackEditor → FRegisteredPropertyTrackEditor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRegisteredPropertyTrackEditor
(
TSharedRef< ISequencer > InSequencer |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
TSharedRef< ISequencer > OwningSequencer |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h | ||
static const UE::MovieScene::FPropertyDefinition * FindMatchingPropertyDefinition
(
const FProperty* InProperty |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h | ||
static void GenerateKeysFromPropertyChanged
(
const UE::MovieScene::FPropertyDefinition& PropertyDefinition, |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h | ||
static UE::MovieScene::FIntermediatePropertyValue RecomposeValue
(
const UE::MovieScene::FPropertyDefinition& PropertyDefinition, |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |