Navigation
API > API/Runtime > API/Runtime/Engine
Information about a camera shake class.
| Name | FCameraShakeInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include Path | #include "Camera/CameraShakeBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FCameraShakeInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlendIn | float | How much blending-in the camera shake should have | Camera/CameraShakeBase.h | |
| BlendOut | float | How much blending-out the camera shake should have | Camera/CameraShakeBase.h | |
| Duration | FCameraShakeDuration | The duration of the camera shake | Camera/CameraShakeBase.h |