FMovieSceneCompiler::CompileHierarchy

Compile the hierarchy data for the specified sequence into a specific hierarchy

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Compilation/MovieSceneCompiler.h

Include

#include "Compilation/MovieSceneCompiler.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Compilation/MovieSceneCompiler.cpp

Syntax

static void CompileHierarchy
(
    const UMovieSceneSequence & InRootSequence,
    FMovieSceneSequenceHierarchy & OutHierarchy,
    FMovieSceneSequenceID RootSequenceID,
    int32 MaxDepth
)

Remarks

Compile the hierarchy data for the specified sequence into a specific hierarchy

Parameters

Parameter

Description

InRootSequence

The sequence to generate hierarchy information from

OutHierarchy

The hierarchy to populate

RootSequenceID

The sequence identifier of InRootSequence within the specified OutHierarchy

MaxDepth

(Optional) Maximum depth to generate, or -1 to generate all hierarchy information

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