UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCameraShakeApplyResultParams Struct Reference

#include <CameraShakeBase.h>

Public Attributes

float Scale = 1.f
 
ECameraShakePlaySpace PlaySpace = ECameraShakePlaySpace::CameraLocal
 
FMatrix UserPlaySpaceMatrix
 
TWeakObjectPtr< APlayerCameraManagerCameraManager
 

Detailed Description

Parameter structure for appling scale and playspace to a camera shake result.

Member Data Documentation

◆ CameraManager

TWeakObjectPtr<APlayerCameraManager> FCameraShakeApplyResultParams::CameraManager

Optional camera manager for queuing up blended post-process settings

◆ PlaySpace

ECameraShakePlaySpace FCameraShakeApplyResultParams::PlaySpace = ECameraShakePlaySpace::CameraLocal

The play space to modify the result by

◆ Scale

float FCameraShakeApplyResultParams::Scale = 1.f

The scale to apply to the result

◆ UserPlaySpaceMatrix

FMatrix FCameraShakeApplyResultParams::UserPlaySpaceMatrix

The custom space to use when PlaySpace is UserDefined


The documentation for this struct was generated from the following file: