![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CameraShakeBase.h>
Public Attributes | |
| float | Scale = 1.f |
| ECameraShakePlaySpace | PlaySpace = ECameraShakePlaySpace::CameraLocal |
| FMatrix | UserPlaySpaceMatrix |
| TWeakObjectPtr< APlayerCameraManager > | CameraManager |
Parameter structure for appling scale and playspace to a camera shake result.
| TWeakObjectPtr<APlayerCameraManager> FCameraShakeApplyResultParams::CameraManager |
Optional camera manager for queuing up blended post-process settings
| ECameraShakePlaySpace FCameraShakeApplyResultParams::PlaySpace = ECameraShakePlaySpace::CameraLocal |
The play space to modify the result by
| float FCameraShakeApplyResultParams::Scale = 1.f |
The scale to apply to the result
| FMatrix FCameraShakeApplyResultParams::UserPlaySpaceMatrix |
The custom space to use when PlaySpace is UserDefined