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 & ProjectionPolicyId,
    const struct FDisplayClusterConfigurationProjection * InConfigurationProjectionPolicy
)

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)

ProjectionPolicyId

ID of a policy

InConfigurationProjectionPolicy

policy configuration

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