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