Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FPropertyTrackEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor | PropertyTrackEditor.h | |
FPropertyTrackEditor
(
TSharedRef< ISequencer > InSequencer, |
Constructor | PropertyTrackEditor.h |
FPropertyTrackEditor(TSharedRef< ISequencer >)
Description
Constructor
| Name | FPropertyTrackEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
| Include Path | #include "PropertyTrackEditor.h" |
FPropertyTrackEditor
(
TSharedRef < ISequencer > InSequencer
)
Parameters
| Name | Remarks |
|---|---|
| InSequencer | The sequencer instance to be used by this tool |
FPropertyTrackEditor(TSharedRef< ISequencer >, TArrayView< const FAnimatedPropertyKey >)
Description
Constructor
| Name | FPropertyTrackEditor |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/PropertyTrackEditor.h |
| Include Path | #include "PropertyTrackEditor.h" |
FPropertyTrackEditor
(
TSharedRef < ISequencer > InSequencer,
TArrayView < const FAnimatedPropertyKey > InWatchedPropertyTypes
)
Parameters
| Name | Remarks |
|---|---|
| InSequencer | The sequencer instance to be used by this tool |
| InWatchedPropertyTypes | A list of property types that this editor can animate |