FMovieSceneSequenceHierarchyNode

Simple structure specifying parent and child sequence IDs for any given sequences

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneSequenceHierarchy.h"

Syntax

struct FMovieSceneSequenceHierarchyNode

Remarks

Simple structure specifying parent and child sequence IDs for any given sequences

Variables

Name Description

Public variable

TArray< FMovieS...

 

Children

Array of child sequences contained within this sequence

Public variable

FMovieSceneSequ...

 

ParentID

Movie scene sequence ID of this node's parent sequence

Constructors

Name Description

Public function

FMovieSceneSequenceHierarchyNode()

Default construction used by serialization

Public function

FMovieSceneSequenceHierarchyNode

(
    FMovieSceneSequenceIDRef InParentID
)

Construct this hierarchy node from the sequence's parent ID

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