Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieScene2DTransformSection
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformSection.h |
| Include | #include "Animation/MovieScene2DTransformSection.h" |
Syntax
class UMovieScene2DTransformSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
A transform section
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneFloatChannel | Rotation | Rotation curve | |
| FMovieSceneFloatChannel[2] | Scale | Scale curves | |
| FMovieSceneFloatChannel[2] | Shear | Shear curve | |
| FMovieScene2DTransformMask | TransformMask | ||
| FMovieSceneFloatChannel[2] | Translation | Translation curves |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieScene2DTransformSection
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FWidgetTransform | GetCurrentValue
(
const UObject* Object |
||
| FMovieScene2DTransformMask | GetMask () |
Access the mask that defines which channels this track should animate | |
| FMovieScene2DTransformMask | GetMaskByName
(
const FName& InName |
Get the mask by name | |
| void | SetMask
(
FMovieScene2DTransformMask NewMask |
Set the mask that defines which channels this track should animate |
Overridden from UMovieSceneSection
| Type | Name | Description | |
|---|---|---|---|
| EMovieSceneChannelProxyType | Cache this section's channel proxy |