Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieScenePropertyTrack
- UMovieSceneComposurePostMoveSettingsTrack
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Public/MovieScene/MovieSceneComposurePostMoveSettingsTrack.h |
| Include | #include "MovieScene/MovieSceneComposurePostMoveSettingsTrack.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UMovieSceneComposurePostMoveSettingsTrack :
public UMovieScenePropertyTrack,
public IMovieSceneTrackTemplateProducer
Remarks
A track for animating FComposurePostMoveSettings properties.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneComposurePostMoveSettingsTrack
(
const FObjectInitializer& ObjectInitializer |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | Generates a new section suitable for use with this track. | ||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |
Overridden from IMovieSceneTrackTemplateProducer
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
Create a movie scene eval template for the specified section |