Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier_CameraShake.h |
| Include | #include "Camera/CameraModifier_CameraShake.h" |
Syntax
struct FActiveCameraShakeInfo
Remarks
Information about an active camera shake.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsCustomInitialized | Whether the shake was initialized with some custom callback code | |
| int32 | DebugDataIndex | Index of the debug graph display data for this shake | |
| TObjectPtr< UCameraShakeBase > | ShakeInstance | The camera shake instance currently running | |
| TWeakObjectPtr< const UCameraShakeSourceComponent > | ShakeSource | An optional source that the shake is running from (otherwise it's global and un-attenuated) |
Constructors
| Type | Name | Description | |
|---|---|---|---|