Navigation
API > API/Plugins > API/Plugins/TemplateSequence
Defines the type of property scaling for a template sequence.
| Name | ETemplateSectionPropertyScaleType |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/TemplateSequence/Source/TemplateSequence/Public/Sections/TemplateSequenceSection.h |
| Include Path | #include "Sections/TemplateSequenceSection.h" |
Syntax
enum ETemplateSectionPropertyScaleType
{
FloatProperty,
TransformPropertyLocationOnly,
TransformPropertyRotationOnly,
}
Values
| Name | Remarks |
|---|---|
| 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 |