UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CameraShakeBase.cpp File Reference

Functions

 DECLARE_CYCLE_STAT (TEXT("CameraShakeStartShake"), STAT_StartShake, STATGROUP_Game)
 
 DECLARE_CYCLE_STAT (TEXT("CameraShakeUpdateShake"), STAT_UpdateShake, STATGROUP_Game)
 

Variables

TAutoConsoleVariable< boolGCameraShakeLegacyPostProcessBlending (TEXT("r.CameraShake.LegacyPostProcessBlending"), false, TEXT("Blend camera shake post process settings under the main camera instead of over it"))
 

Function Documentation

◆ DECLARE_CYCLE_STAT() [1/2]

DECLARE_CYCLE_STAT ( TEXT("CameraShakeStartShake")  ,
STAT_StartShake  ,
STATGROUP_Game   
)

◆ DECLARE_CYCLE_STAT() [2/2]

DECLARE_CYCLE_STAT ( TEXT("CameraShakeUpdateShake")  ,
STAT_UpdateShake  ,
STATGROUP_Game   
)

Variable Documentation

◆ GCameraShakeLegacyPostProcessBlending

TAutoConsoleVariable< bool > GCameraShakeLegacyPostProcessBlending(TEXT("r.CameraShake.LegacyPostProcessBlending"), false, TEXT("Blend camera shake post process settings under the main camera instead of over it")) ( TEXT("r.CameraShake.LegacyPostProcessBlending")  ,
false  ,
TEXT("Blend camera shake post process settings under the main camera instead of over it"  
)