Navigation
API > API/Runtime > API/Runtime/Engine
Camera shake duration type.
| Name | ECameraShakeDurationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include Path | #include "Camera/CameraShakeBase.h" |
Syntax
enum ECameraShakeDurationType
{
Fixed,
Infinite,
Custom,
}
Values
| Name | Remarks |
|---|---|
| Fixed | Camera shake has a fixed duration |
| Infinite | Camera shake is playing indefinitely, until explicitly stopped |
| Custom | Camera shake has custom/dynamic duration |