FMovieSceneSequenceHierarchy

Structure that stores hierarchical information pertaining to all sequences contained within a master sequence

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceHierarchy.h

Include

#include "Evaluation/MovieSceneSequenceHierarchy.h"

Syntax

struct FMovieSceneSequenceHierarchy

Remarks

Structure that stores hierarchical information pertaining to all sequences contained within a master sequence

Constructors

Functions

Name Description

Public function

void

 

Add

(
    const FMovieSceneSubSequenceData& ...,
    FMovieSceneSequenceIDRef ThisSequen...,
    FMovieSceneSequenceIDRef ParentID
)

Add the specified sub sequence data to the hierarchy

Public function Const

const TMap< ...

 

AllSubSequenceData()

Access to all the subsequence data

Public function Const

const FMovie...

 

FindNode

(
    FMovieSceneSequenceIDRef SequenceID
)

Find the structural information for the specified sequence ID

Public function

FMovieSceneS...

 

FindNode

(
    FMovieSceneSequenceIDRef SequenceID
)

Find the structural information for the specified sequence ID

Public function Const

const FMovie...

 

FindSubData

(
    FMovieSceneSequenceIDRef SequenceID
)

Find the sub sequence and section information for the specified sequence ID

Public function

FMovieSceneS...

 

FindSubData

(
    FMovieSceneSequenceIDRef SequenceID
)

Find the sub sequence and section information for the specified sequence ID

Public function

void

 

Remove

(
    TArrayView< const FMovieSceneSequen...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss