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