FSequenceBindingTree::ForceRebuild

Construct the tree structure from the specified sequence.

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/SequenceBindingTree.h

Include

#include "SequenceBindingTree.h"

Source

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

Syntax

void ForceRebuild
(
    UMovieSceneSequence * InSequence,
    FObjectKey InActiveSequence,
    FMovieSceneSequenceID InActiveSequenceID
)

Remarks

Construct the tree structure from the specified sequence.

Parameters

Parameter

Description

InSequence

The sequence to generate the tree for

InActiveSequence

A sequence at which point we can start to generate localally resolving IDs

InActiveSequenceID

The sequence ID for the above sequence within the root context

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