Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceHierarchy.h |
Include |
#include "Evaluation/MovieSceneSequenceHierarchy.h" |
struct FMovieSceneSubSequenceData
Sub sequence data that is stored within an evaluation template as a backreference to the originating sequence, and section
Name | Description | ||
---|---|---|---|
|
bCanLoop |
Whether this sub-sequence can loop |
|
|
bHasHierarchicalEasing |
Whether this sub-sequence has hierarchical easing. |
|
|
DeterministicSequenceID |
This sequence's deterministic sequence ID. |
|
|
FullPlayRange |
The sub-sequence's full playback range, in its own local time space. |
|
|
HierarchicalBias |
The accumulated hierarchical bias of this sequence. Higher bias will take precedence |
|
|
InstanceData |
Instance data that should be used for any tracks contained immediately within this sub sequence |
|
|
OuterToInnerTransform |
The transform from this sub sequence's parent to its own play space. |
|
|
ParentEndFrameOffset |
The end frame offset of the parent section |
|
|
ParentFirstLoopStartFrameOffset |
The offset for the first loop of the sub-sequence |
|
|
ParentPlayRange |
The play range of the parent section |
|
|
ParentStartFrameOffset |
The start frame offset of the parent section |
|
|
PlayRange |
This sub sequence's playback range according to its parent sub section. |
|
|
PostRollRange |
The sequence postroll range considering the start offset |
|
|
PreRollRange |
The sequence preroll range considering the start offset |
|
|
RootToSequenceTransform |
Transform that transforms a given time from the sequences outer space, to its authored space. |
|
|
SectionPath |
This sequence's path within its movie scene |
|
|
Sequence |
The sequence that the sub section references |
|
|
TickResolution |
The tick resolution of the inner sequence. |
|
|
UnwarpedPlayRange |
The play range of the parent section, without any warping involved. |
Name | Description | |
---|---|---|
|
FMovieSceneSubSequenceData() |
Default constructor for serialization |
|
FMovieSceneSubSequenceData ( |
Construction from a movie scene sequence, and a sub section name, and its valid play range |
Name | Description | ||
---|---|---|---|
|
UMovieSceneS... |
GetLoadedSequence() |
Get this sub sequence's sequence asset if it is already loaded, will not attempt to load the sequence if not |
|
UMovieSceneS... |
GetSequence() |
Get this sub sequence's sequence asset, potentially loading it through its soft object path |
|
GetSubSectionSignature() |
Gets the signature of the sub-section this points to. |
|
|
IsDirty ( |
Check whether this structure is dirty and should be reconstructed |
|
|
FMovieSceneS... |
ToSubSectionParameters() |
Re-creates a sub-section parameter struct. |