ETemplateSectionPropertyScaleType

Defines the type of property scaling for a template sequence.

Windows
MacOS
Linux

References

Module

TemplateSequence

Header

/Engine/Plugins/MovieScene/TemplateSequence/Source/TemplateSequence/Public/Sections/TemplateSequenceSection.h

Include

#include "Sections/TemplateSequenceSection.h"

Syntax

enum ETemplateSectionPropertyScaleType
{
    FloatProperty,
    TransformPropertyLocationOnly,
    TransformPropertyRotationOnly,
}

Values

Name

Description

FloatProperty

Scales a float property

TransformPropertyLocationOnly

Scales the location channels (X, Y, Z) of a transform property

TransformPropertyRotationOnly

Scales the rotation channels (yaw, pitch, roll) of a transform property

Remarks

Defines the type of property scaling for a template sequence.

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