Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
Override the lightcard rendering order for the viewport.
| Name | EDisplayClusterConfigurationICVFX_OverrideLightcardRenderMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Enums.h |
| Include Path | #include "DisplayClusterConfigurationTypes_Enums.h" |
Syntax
enum EDisplayClusterConfigurationICVFX_OverrideLightcardRenderMode
{
Default,
Disabled,
Over,
Under,
}
Values
| Name | Remarks |
|---|---|
| Default | Use global lightcard mode from StageSettings for this viewport. |
| Disabled | Disable lightcard rendering for this viewport. |
| Over | Always render the In-Camera frame over lightcards for this viewport. |
| Under | Always render the In-Camera frame under lightcards for this viewport. |