FMovieSceneCameraShakeEvaluatorRegistry::BuildShakeEvaluator

Builds a shake evaluator for the given shake.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Evaluation/MovieSceneCameraShakeTemplate.h

Include

#include "Evaluation/MovieSceneCameraShakeTemplate.h"

Syntax

static UMovieSceneCameraShakeEvaluator * BuildShakeEvaluator
(
    UCameraShakeBase * ShakeInstance
)

Remarks

Builds a shake evaluator for the given shake.

The first factory method that returns a valid pointer wins. Most shake types wouldn't have any custom shake evaluator, in which case this method returns a null pointer.

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