Navigation
API > API/Plugins > API/Plugins/DisplayCluster
This flag raised only from icvfx manager.
| Name | EDisplayClusterViewportRuntimeICVFXFlags |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/Containers/DisplayClusterViewport_EnumsICVFX.h |
| Include Path | #include "Render/Viewport/Containers/DisplayClusterViewport_EnumsICVFX.h" |
Syntax
enum EDisplayClusterViewportRuntimeICVFXFlags
{
None = 0,
Target = 1 << 0,
InCamera = 1 << 1,
Chromakey = 1 << 2,
Lightcard = 1 << 3,
UVLightcard = 1 << 4,
OverInFrustum = 1 << 5,
UnderInFrustum = 1 << 6,
InternalResource = 1 << 14,
Unused = 1 << 15,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Target | Enable use icvfx only from projection policy for this viewport. |
| InCamera | Viewport ICVFX usage |
| Chromakey | |
| Lightcard | |
| UVLightcard | |
| OverInFrustum | Additional flags marking the position of the viewport relative to the in-frustum. |
| UnderInFrustum | |
| InternalResource | This viewport used as internal icvfx compositing resource (created and deleted inside icvfx logic) |
| Unused | Mark unused icvfx dynamic viewports. |