FSequenceIDStack

Stack of sequence IDs from parent to child

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Private/SequenceBindingTree.cpp

Include

#include "SequenceBindingTree.cpp"

Syntax

struct FSequenceIDStack

Remarks

Stack of sequence IDs from parent to child

Functions

Name Description

Public function Const

FMovieSceneS...

 

GetCurrent()

Get the current accumulated sequence ID

Public function

void

 

Pop()

Pop the last sequence ID off the stack

Public function

void

 

Push

(
    FMovieSceneSequenceID InSequenceID
)

Push a sequence ID onto the stack