Navigation
API > API/Plugins > API/Plugins/TemplateSequence > API/Plugins/TemplateSequence/Sections
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneSection
- UMovieSceneSubSection
- UTemplateSequenceSection
References
| Module | TemplateSequence |
| Header | /Engine/Plugins/MovieScene/TemplateSequence/Source/TemplateSequence/Public/Sections/TemplateSequenceSection.h |
| Include | #include "Sections/TemplateSequenceSection.h" |
Syntax
UCLASS&40;&41;
class UTemplateSequenceSection : public UMovieSceneSubSection
Remarks
Defines the section for a template sequence track.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FTemplateSectionPropertyScale > | PropertyScales |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTemplateSequenceSection
(
const FObjectInitializer& ObjInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPropertyScale
(
const FTemplateSectionPropertyScale& InPropertyScale |
||
| void | RemovePropertyScale
(
int32 InIndex |
Overridden from UMovieSceneSection
| Type | Name | Description | |
|---|---|---|---|
| EMovieSceneChannelProxyType | Cache this section's channel proxy | ||
| void | OnDilated
(
float DilationFactor, |
||
| bool | ShowCurveForChannel
(
const void* Channel |
Whether or not we draw a curve for a particular channel owned by this section. Defaults to true. |
Overridden from IMovieSceneEntityProvider
| Type | Name | Description | |
|---|---|---|---|
| void | ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
||
| bool | PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
Optional user-implementation function for populating an evaluation entity field |