UMovieScene2DTransformSection

A transform section

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Animation/MovieScene2DTransformSection.h

Include

#include "Animation/MovieScene2DTransformSection.h"

Syntax

class UMovieScene2DTransformSection : public UMovieSceneSection

Remarks

A transform section

Variables

Name Description

Public variable

EMovieScene2DTr...

 

ProxyChannels

Unserialized mask that defines the mask of the current channel proxy so we don't needlessly re-create it on post-undo

Public variable

FMovieSceneFloa...

 

Rotation

Rotation curve

Public variable

FMovieSceneFloa...

 

Scale

Scale curves

Public variable

FMovieSceneFloa...

 

Shear

Shear curve

Public variable

FMovieScene2DTr...

 

TransformMask

Public variable

FMovieSceneFloa...

 

Translation

Translation curves

Constructors

Name Description

Public function

UMovieScene2DTransformSection

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

FMovieScene2...

 

GetMask()

Access the mask that defines which channels this track should animate

Public function Const

FMovieScene2...

 

GetMaskByName

(
    const FName& InName
)

Get the mask by name

Public function Static

const FMovie...

 

GetWidgetTransformInterrogationKey()

Public function

void

 

SetMask

(
    FMovieScene2DTransformMask NewMask
)

Set the mask that defines which channels this track should animate

Protected function

void

 

UpdateChannelProxy()

Overridden from UObject

Name Description

Protected function Virtual

void

 

PostEditImport()

Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization

Protected function Virtual

void

 

Serialize

(
    FArchive& Ar
)

Handles reading, writing, and reference collecting using FArchive.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss