IMovieSceneEvaluationHook

All evaluation hooks are executed at the end of the frame (at a time when re-entrancy is permitted), and cannot have any component dependencies

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/IMovieSceneEvaluationHook.h

Include

#include "Evaluation/IMovieSceneEvaluationHook.h"

Syntax

class IMovieSceneEvaluationHook

Remarks

All evaluation hooks are executed at the end of the frame (at a time when re-entrancy is permitted), and cannot have any component dependencies

Functions

Name Description

Public function Virtual Const

void

 

Begin

(
    IMovieScenePlayer* Player,
    const UE::MovieScene::FEvaluationHo...
)

Public function Virtual Const

void

 

End

(
    IMovieScenePlayer* Player,
    const UE::MovieScene::FEvaluationHo...
)

Public function Virtual Const

void

 

Trigger

(
    IMovieScenePlayer* Player,
    const UE::MovieScene::FEvaluationHo...
)

Public function Virtual Const

void

 

Update

(
    IMovieScenePlayer* Player,
    const UE::MovieScene::FEvaluationHo...
)

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