UCameraModifier_CameraShake::RemoveCameraShake

Stops and removes the camera shake of the given class from the camera.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier_CameraShake.h

Include

#include "Camera/CameraModifier_CameraShake.h"

Source

/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier_CameraShake.cpp

Syntax

virtual void RemoveCameraShake
(
    UCameraShakeBase * ShakeInst,
    bool bImmediately
)

Remarks

Stops and removes the camera shake of the given class from the camera.

Parameters

Parameter

Description

Shake

the camera shake class to remove.

bImmediately

If true, shake stops right away regardless of blend out settings. If false, shake may blend out according to its settings.

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