Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCameraShakePattern
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the shake pattern's parent shake | Camera/CameraShakeBase.h | ||
InstanceType * GetShakeInstance () |
Gets the shake pattern's parent shake | Camera/CameraShakeBase.h |
GetShakeInstance()
Description
Gets the shake pattern's parent shake
| Name | GetShakeInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include Path | #include "Camera/CameraShakeBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraShakeBase.cpp |
UCameraShakeBase * GetShakeInstance() const
GetShakeInstance()
Description
Gets the shake pattern's parent shake
| Name | GetShakeInstance |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include Path | #include "Camera/CameraShakeBase.h" |
template<typename InstanceType>
InstanceType * GetShakeInstance() const