ISequenceUpdater::Start

Called if this updater has not been evaluated before, or has since been Finished.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneSequenceUpdaters.h"

Syntax

void Start
(
    UMovieSceneEntitySystemLinker * InLinker,
    FInstanceHandle InInstanceHandle,
    IMovieScenePlayer * InPlayer,
    const FMovieSceneContext & InContext
)

Remarks

Called if this updater has not been evaluated before, or has since been Finished.

Parameters

Parameter

Description

InLinker

The linker that is evaluating this sequence

InInstanceHandle

The instance handle for the top level sequence instance that this updater belongs to

InPlayer

The movie scene player instance playing this sequence

InContext

The root-level context for the current evaluation.

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