Navigation
API > API/Plugins > API/Plugins/TemplateSequence > API/Plugins/TemplateSequence/Sections
References
| Module | TemplateSequence |
| Header | /Engine/Plugins/MovieScene/TemplateSequence/Source/TemplateSequence/Public/Sections/TemplateSequenceSection.h |
| Include | #include "Sections/TemplateSequenceSection.h" |
Syntax
enum ETemplateSectionPropertyScaleType
&123;
FloatProperty,
TransformPropertyLocationOnly,
TransformPropertyRotationOnly,
&125;
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.