RealDocs

UCameraComponent::ClearExtraPostProcessBlends

function Engine Since 4.0
#include "Camera/CameraComponent.h"
Access: public

Description

Removes all extra post-process blends previously stored on this camera with AddExtraPostProcessBlend.

Caveats & Gotchas

  • Only clears the internal extra-blend arrays; it does not touch the camera's own PostProcessSettings property.
  • Safe to call even if nothing was ever added — it's a no-op on an empty list.

Signature

void ClearExtraPostProcessBlends()

Return Type

void

Example

Clear stored preview blends C++
CameraComponent->ClearExtraPostProcessBlends();

Version History

Introduced in: 4.0

Version Status Notes
5.6 stable

Feedback

Was this helpful?

Suggest an edit

Select a field above to begin editing.