Navigation
API > API/Plugins > API/Plugins/TemplateSequence
Component data for what property to scale inside a template sequence
| Name | FTemplateSequencePropertyScaleComponentData |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/TemplateSequence/Source/TemplateSequence/Public/TemplateSequenceComponentTypes.h |
| Include Path | #include "TemplateSequenceComponentTypes.h" |
Syntax
struct FTemplateSequencePropertyScaleComponentData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectBinding | FGuid | The object binding ID of the object for which to scale the given property | TemplateSequenceComponentTypes.h | |
| PropertyBinding | FMovieScenePropertyBinding | The property to scale | TemplateSequenceComponentTypes.h | |
| PropertyScaleType | ETemplateSectionPropertyScaleType | The type of property scaling to do | TemplateSequenceComponentTypes.h | |
| SubSequenceID | FMovieSceneSequenceID | Sequence ID where the property track lives | TemplateSequenceComponentTypes.h |