Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraPose
Description
Applies the necessary post-process settings given the current values on this camera pose.
This function doesn't do anything if EnablePhysicalCamera is false, or if PhysicalCameraBlendWeight is zero or less.
| Name | ApplyPhysicalCameraSettings |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraPose.h |
| Include Path | #include "Core/CameraPose.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/CameraPose.cpp |
bool ApplyPhysicalCameraSettings
(
FPostProcessSettings & PostProcessSettings,
bool bOverwriteSettings
) const
Whether post-process settings were created.
Parameters
| Name | Remarks |
|---|---|
| PostProcessSettings | The post-process settings to modify |
| bOverwriteSettings | Whether to overwrite values found to already be set |