EDisplayClusterConfigurationRenderMGPUMode

Windows
MacOS
Linux

References

Module

DisplayClusterConfiguration

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Enums.h

Include

#include "DisplayClusterConfigurationTypes_Enums.h"

Syntax

enum EDisplayClusterConfigurationRenderMGPUMode
{
    None,
    Enabled,
    Optimized_EnabledLockSteps,
    Optimized_DisabledLockSteps,
}

Values

Name

Description

None

Disable multi GPU rendering.

Enabled

Use default UE crossGPU transfer.

Optimized_EnabledLockSteps

Performance (Experimental): Use optimized transfer once per frame with bLockStepGPUs=true.

Optimized_DisabledLockSteps

Performance (Experimental): Use optimized transfer once per frame with bLockStepGPUs=false.

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