unreal.DisplayClusterConfigurationICVFX_OverrideLightcardRenderMode

class unreal.DisplayClusterConfigurationICVFX_OverrideLightcardRenderMode

Bases: unreal.EnumBase

EDisplay Cluster Configuration ICVFX Override Lightcard Render Mode

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes_Enums.h

DEFAULT

Use global lightcard mode from StageSettings for this viewport

Type

0

DISABLED

Disable lightcard rendering for this viewport

Type

1

OVER

Render incamera frame over lightcard for this viewport

Type

2

UNDER

Over lightcard over incamera frame for this viewport

Type

3