Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/ADisplayClusterRootActor
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/DisplayClusterRootActor.h |
| Include | #include "DisplayClusterRootActor.h" |
int32 UnsubscribeFromPostProcessRenderTarget
(
const uint8 * Object
)
Remarks
Unsubscribe a registered object from requiring post process render target updates. The number of subscribers to use post process.
Parameters
| Name | Description |
|---|---|
| Object | The object subscribing to updates. When the counter is zero post process render targets will not be used. |