IDisplayClusterRenderSyncPolicyFactory::Create

Creates a rendering device instance

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Synchronization/IDisplayClusterRenderSyncPolicyFactory.h

Include

#include "Render/Synchronization/IDisplayClusterRenderSyncPolicyFactory.h"

Syntax

TSharedPtr< IDisplayClusterRenderSyncPolicy > Create
(
    const FString & InPolicyType,
    const FString & InRHIName,
    const TMap< FString, FString > & Parameters
)

Remarks

Creates a rendering device instance

Returns

  • rendering device

Parameters

Parameter

Description

InPolicyType

Synchronization policy type that has been specified on registering the factory (may be useful if the same factory is responsible for multiple policies types)

InRHIName

RHI name that the sync policy is requested for

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