ISequenceUpdater::OverrideRootSequence

Override the sequence ID that should be considered the root sequence for this updater

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneSequenceUpdaters.h

Include

#include "EntitySystem/MovieSceneSequenceUpdaters.h"

Syntax

void OverrideRootSequence
(
    UMovieSceneEntitySystemLinker * InLinker,
    FInstanceHandle InstanceHandle,
    FMovieSceneSequenceID NewRootOverrideSequenceID
)

Remarks

Override the sequence ID that should be considered the root sequence for this updater

Parameters

Parameter

Description

InLinker

The linker that is owns this sequence

InstanceHandle

The instance handle for the master sequence

NewRootOverrideSequenceID

The new sequence ID to treat as the root

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