Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfiguration
How to render a Light Card Actor in relation to the inner frustum.
| Name | EDisplayClusterConfigurationICVFX_PerLightcardRenderMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfiguration/Public/DisplayClusterConfigurationTypes_Enums.h |
| Include Path | #include "DisplayClusterConfigurationTypes_Enums.h" |
Syntax
enum EDisplayClusterConfigurationICVFX_PerLightcardRenderMode
{
Default,
Over,
Under,
}
Values
| Name | Remarks |
|---|---|
| Default | It is determined by nDisplay settings. |
| Over | Render Light Card Actor over the inner frustum. Light Card Actor can be directly visible in camera. |
| Under | Render Light Card Actor under the inner frustum. |