Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceHierarchy.h |
Include |
#include "Evaluation/MovieSceneSequenceHierarchy.h" |
struct FMovieSceneSequenceHierarchy
Structure that stores hierarchical information pertaining to all sequences contained within a master sequence
Name | Description | |
---|---|---|
|
FMovieSceneSequenceHierarchy() |
Name | Description | ||
---|---|---|---|
|
Add ( |
Add the specified sub sequence data to the hierarchy |
|
|
AddRange ( |
Add an entry for the given sub sequence with the given root time range |
|
|
const TMap< ... |
AllSubSequenceData() |
Access to all the subsequence data |
|
AllSubSequenceIDs ( |
Get all sub-sequence IDs |
|
|
const TMap< ... |
AllSubSequenceNodes() |
Access to all the sub sequence nodes |
|
const FMovie... |
FindNode ( |
Find the structural information for the specified sequence ID |
|
FMovieSceneS... |
FindNode ( |
Find the structural information for the specified sequence ID |
|
const FMovie... |
FindSubData ( |
Find the sub sequence and section information for the specified sequence ID |
|
FMovieSceneS... |
FindSubData ( |
Find the sub sequence and section information for the specified sequence ID |
|
UMovieSceneS... |
FindSubSequence ( |
Find the sub sequence for a given sequence ID, or nullptr if it was not found |
|
const TMovie... |
GetTree() |
|
|
LogHierarchy() |
||
|
LogSubSequenceTree() |
||
|
Remove ( |
Remove the specified sub sequence datas from the hierarchy. |