FSequenceInstance::PostEvaluation

Called when this sequence instance has been evaluated in order for it to do any clean-up or other post-update work

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneSequenceInstance.h"

Source

/Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneSequenceInstance.cpp

Syntax

void PostEvaluation
(
    UMovieSceneEntitySystemLinker * Linker
)

Remarks

Called when this sequence instance has been evaluated in order for it to do any clean-up or other post-update work

Parameters

Parameter

Description

Linker

The linker that owns this sequence instance

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