IDisplayClusterRenderManager::RegisterPostprocessOperation

Registers a post process operation

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/IDisplayClusterRenderManager.h

Include

#include "Render/IDisplayClusterRenderManager.h"

Syntax

bool RegisterPostprocessOperation
(
    const FString & Name,
    TSharedPtr< IDisplayClusterPostProcess, ESPMode::ThreadSafe > & Operation,
    int Priority
)

Remarks

Registers a post process operation

Returns

  • True if success

Parameters

Parameter

Description

Name

A unique PP operation name

Operation

PP operation implementation

Priority

PP order in chain (the calling order is from the smallest to the largest: -N...0...N)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss