ISequenceUpdater::Finish

Called before evaluation when this updater's sequence is no longer required to be evaluated

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneSequenceUpdaters.h"

Syntax

void Finish
(
    UMovieSceneEntitySystemLinker * InLinker,
    FInstanceHandle InInstanceHandle,
    IMovieScenePlayer * InPlayer
)

Remarks

Called before evaluation when this updater's sequence is no longer required to be evaluated

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

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