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 FCameraShakeDebugDataPoint
Remarks
A data point for the debug graph display.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AccumulatedTime | Time since start of the shake | |
| FVector | DeltaLocation | Location movement of the shake for this frame | |
| FRotator | DeltaRotation | Rotation movement of the shake for this frame |