Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core > API/Plugins/GameplayCameras/Core/FCameraPose
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraPose.h |
| Include | #include "Core/CameraPose.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/CameraPose.cpp |
bool ApplyPhysicalCameraSettings
(
FPostProcessSettings & PostProcessSettings,
bool bOverwriteSettings
) const
Remarks
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. Whether post-process settings were created.
Parameters
| Name | Description |
|---|---|
| PostProcessSettings | The post-process settings to modify |
| bOverwriteSettings | Whether to overwrite values found to already be set |