FMovieSceneSequenceHierarchy::Add

Add the specified sub sequence data to the hierarchy

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneSequenceHierarchy.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneSequenceHierarchy.cpp

Syntax

void Add
(
    const FMovieSceneSubSequenceData & Data,
    FMovieSceneSequenceIDRef ThisSequenceID,
    FMovieSceneSequenceIDRef ParentID
)

Remarks

Add the specified sub sequence data to the hierarchy

Parameters

Parameter

Description

Data

The data to add

ThisSequenceID

The sequence ID of the sequence the data relates to

ParentID

The parent ID of this sequence data

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