Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera > API/Runtime/Engine/Camera/UCameraShakeBase > API/Runtime/Engine/Camera/UCameraShakeBase/GetCameraShakeBlendTimes
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
Include | #include "Camera/CameraShakeBase.h" |
static bool GetCameraShakeBlendTimes
&40;
TSubclassOf< UCameraShakeBase > CameraShakeClass,
float & OutBlendIn,
float & OutBlendOut
&41;
Remarks
Gets the default blend in/out durations for camera shakes of the given class. Whether valid default blend in/out times were found
Parameters
Name | Description |
---|---|
CameraShakeClass | The class of camera shake |
OutBlendIn | Will store the default blend-in time of the given camera shake class, if possible |
OutBlendOut | Will store the default blend-out time of the given camera shake class, if possible |