Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneComposurePostMoveSettingsSection
References
| Module | Composure |
| Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Public/MovieScene/MovieSceneComposurePostMoveSettingsSection.h |
| Include | #include "MovieScene/MovieSceneComposurePostMoveSettingsSection.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UMovieSceneComposurePostMoveSettingsSection : public UMovieSceneSection
Remarks
A movie scene section for animating FComposurePostMoveSettings properties.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneFloatChannel[2] | Pivot | The curves for animating the pivot property. | |
| FMovieSceneFloatChannel | RotationAngle | The curve for animating the rotation angle property. | |
| FMovieSceneFloatChannel | Scale | The curve for animating the scale property. | |
| FMovieSceneFloatChannel[2] | Translation | The curves for animating the translation property. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneComposurePostMoveSettingsSection
(
const FObjectInitializer& ObjectInitializer |