Navigation
API > API/Editor > API/Editor/MovieSceneTools
| Name | TRegisteredProperty |
| Type | struct |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |
| Include Path | #include "TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h" |
Syntax
template<typename TrackType, typename SectionType>
struct TRegisteredProperty : public UE::Sequencer::IRegisteredProperty
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRegisteredProperty
(
MakeSectionInterfacePtr InMakeSectionInterface |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MakeSectionInterfacePtr | TSharedPtr< ISequencerSection >(*)(UMovieSceneSection *, UMovieSceneTrack *, const FGuid &, TWeakPtr< ISequencer >) | TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MakeSectionInterface | MakeSectionInterfacePtr | TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |
Functions
Public
Overridden from IRegisteredProperty
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AppliesToSection
(
UMovieSceneSection* Section |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h | ||
virtual bool AppliesToTrack
(
UMovieSceneTrack* Track |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h | ||
virtual TSharedPtr< ISequencerSection > TryMakeSectionInterface
(
UMovieSceneSection* SectionObject, |
TrackEditors/PropertyTrackEditors/RegisteredPropertyTrackEditor.h |