Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCameraPhotographyManager
Description
Modify input postprocessing settings according to Photography requirements. Safe to call this even if IsSupported()==false, in which case it will do nothing.
| Name | UpdatePostProcessing |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraPhotography.h |
| Include Path | #include "Camera/CameraPhotography.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraPhotography.cpp |
void UpdatePostProcessing
(
FPostProcessSettings & InOutPostProcessingSettings
)
Parameters
| Name | Remarks |
|---|---|
| InOutPostProcessingSettings | the FPostProcessSettings to modify |