UCameraModifier_CameraShake::RemoveAllCameraShakesFromSource

Stops and removes all camera shakes originating from the given source.

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 RemoveAllCameraShakesFromSource
(
    const UCameraShakeSourceComponent * SourceComponent,
    bool bImmediately
)

Remarks

Stops and removes all camera shakes originating from the given source.

Parameters

Parameter

Description

SourceComponent

The shake source.

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