IDisplayClusterProjectionPolicyFactory::Create

Creates a projection policy instance

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Projection/IDisplayClusterProjectionPolicyFactory.h

Include

#include "Render/Projection/IDisplayClusterProjectionPolicyFactory.h"

Syntax

TSharedPtr< IDisplayClusterProjectionPolicy > Create
(
    const FString & PolicyType,
    const FString & RHIName,
    const FString & ViewportId
)

Remarks

Creates a projection policy instance

Returns

  • Projection policy instance

Parameters

Parameter

Description

PolicyType

Projection policy type, same as specified on registration (useful if the same factory is registered for multiple projection types)

RHIName

RHI name that the sync policy is requested for

ViewportId

ID of a viewport the 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