IDisplayClusterRenderDevice

NDisplay render device interface

Windows
MacOS
Linux

Inheritance Hierarchy

IStereoRendering

IDisplayClusterRenderDevice

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Device/IDisplayClusterRenderDevice.h

Include

#include "Render/Device/IDisplayClusterRenderDevice.h"

Syntax

class IDisplayClusterRenderDevice : public IStereoRendering

Remarks

NDisplay render device interface

Destructors

Functions

Name Description

Public function

bool

 

BeginNewFrame

(
    FViewport* InViewport,
    UWorld* InWorld,
    FDisplayClusterRenderFrame& OutRen...
)

Update settings from root actor config data, and build new frame structure

Public function Virtual

void

 

EndScene()

Called before unload current level

Public function

void

 

FinalizeNewFrame()

Public function Const

IDisplayClus...

 

GetPresentation()

Returns current presentation handler

Public function Virtual

bool

 

Initialize()

Device initialization

Public function

FDisplayClus...

 

OnDisplayClusterRenderCustomPresentCreated()

Public function Virtual

void

 

PreTick

(
    float DeltaSeconds
)

Called before scene Tick

Public function Virtual

void

 

StartScene

(
    UWorld* World
)

Called on a scene start to allow a rendering device to initialize any world related content

Classes

Name

Description

Public class

FDisplayClusterRenderCustomPresentCreated

Callback triggered when custom present handler was created

Deprecated Functions

Name Description

Public function Virtual Const

bool

 

GetBufferRatio

(
    int32 ViewportIdx,
    float& OutBufferRatio
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual Const

bool

 

GetBufferRatio

(
    const FString& ViewportId,
    float& OutBufferRatio
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual Const

const FDispl...

 

GetRenderViewport

(
    int32 ViewportIdx
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual Const

const FDispl...

 

GetRenderViewport

(
    const FString& ViewportId
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual Const

const void

 

GetRenderViewports

(
    TArray< class FDisplayClusterRender...
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

bool

 

GetViewportContext

(
    const FString& ViewportId,
    int ViewIndex,
    FDisplayClusterRenderViewContext& ...
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

bool

 

GetViewportProjectionPolicy

(
    const FString& ViewportId,
    TSharedPtr< IDisplayClusterProjecti...
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

bool

 

GetViewportRect

(
    const FString& ViewportId,
    FIntRect& OutRect
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

bool

 

SetBufferRatio

(
    const FString& ViewportId,
    float InBufferRatio
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

bool

 

SetBufferRatio

(
    int32 ViewportIdx,
    float InBufferRatio
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

void

 

SetFinalPostProcessingSettings

(
    const FString& ViewportId,
    const FPostProcessSettings& FinalP...
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

void

 

SetOverridePostProcessingSettings

(
    const FString& ViewportId,
    const FPostProcessSettings& Overri...,
    float BlendWeight
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

void

 

SetStartPostProcessingSettings

(
    const FString& ViewportId,
    const FPostProcessSettings& StartP...
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

Public function Virtual

void

 

SetViewportCamera

(
    const FString& CameraId,
    const FString& ViewportId
)

This function has been moved to FDisplayClusterViewport. Use GetViewportManager() to access that interface.

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