Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include | #include "Camera/CameraShakeBase.h" |
Syntax
struct FCameraShakeApplyResultParams
Remarks
Parameter structure for appling scale and playspace to a camera shake result.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< APlayerCameraManager > | CameraManager | Optional camera manager for queuing up blended post-process settings | |
| ECameraShakePlaySpace | PlaySpace | The play space to modify the result by | |
| float | Scale | The scale to apply to the result | |
| FMatrix | UserPlaySpaceMatrix | The custom space to use when PlaySpace is UserDefined |