Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSectionParameters.h |
Include | #include "Evaluation/MovieSceneSectionParameters.h" |
Syntax
struct FMovieSceneSectionParameters
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bCanLoop | Whether this section supports looping the sub-sequence. |
![]() |
FFrameNumber | EndFrameOffset | Number of frames (in display rate) to skip at the beginning of the sub-sequence. |
![]() |
FFrameNumber | FirstLoopStartFrameOffset | Number of frames (in display rate) to offset the first loop of the sub-sequence. |
![]() |
EMovieSceneSubSectionFlags | Flags | Sub-section flags defining how to deal with this sub-sequence |
![]() |
int32 | HierarchicalBias | Hierachical bias. Higher bias will take precedence. |
![]() |
FFrameNumber | StartFrameOffset | Number of frames (in display rate) to skip at the beginning of the sub-sequence. |
![]() |
float | TimeScale | Playback time scaling factor. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | PostrollTime_DEPRECATED | |
![]() |
float | PrerollTime_DEPRECATED | |
![]() |
float | StartOffset_DEPRECATED |