Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCameraShakeDuration
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FCameraShakeDuration Custom () |
Returns a custom shake duration | Camera/CameraShakeBase.h | |
static FCameraShakeDuration Custom
(
float DurationHint |
Returns a custom shake duration with a hint for how long the shake might be | Camera/CameraShakeBase.h |
Custom()
Description
Returns a custom shake duration
| Name | Custom |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include Path | #include "Camera/CameraShakeBase.h" |
static FCameraShakeDuration Custom()
Custom(float)
Description
Returns a custom shake duration with a hint for how long the shake might be
| Name | Custom |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include Path | #include "Camera/CameraShakeBase.h" |
static FCameraShakeDuration Custom
(
float DurationHint
)