IDisplayClusterRenderManager::RegisterSynchronizationPolicyFactory

Registers synchronization policy factory

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

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

Include

#include "Render/IDisplayClusterRenderManager.h"

Syntax

bool RegisterSynchronizationPolicyFactory
(
    const FString & SyncPolicyType,
    TSharedPtr< IDisplayClusterRenderSyncPolicyFactory > & Factory
)

Remarks

Registers synchronization policy factory

Returns

  • True if success

Parameters

Parameter

Description

SyncPolicyType

Type of synchronization policy

Factory

Factory instance

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