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 & InName,
    TSharedPtr< IDisplayClusterPostProcess > & InOperation,
    int InPriority
)

Remarks

Registers a post process operation

Returns

  • True if success

Parameters

Parameter

Description

InName

A unique PP operation name

InOperation

PP operation implementation

InPriority

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