Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterProjectionPolicy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ShouldSupportICVFX () |
This policy can support ICVFX rendering | Render/Projection/IDisplayClusterProjectionPolicy.h | |
virtual bool ShouldSupportICVFX
(
const IDisplayClusterViewport* InViewport |
Returns true if this policy supports ICVFX rendering | Render/Projection/IDisplayClusterProjectionPolicy.h |
ShouldSupportICVFX()
Description
This policy can support ICVFX rendering
| Name | ShouldSupportICVFX |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Projection/IDisplayClusterProjectionPolicy.h |
| Include Path | #include "Render/Projection/IDisplayClusterProjectionPolicy.h" |
virtual bool ShouldSupportICVFX() const
ShouldSupportICVFX(const IDisplayClusterViewport *)
Description
Returns true if this policy supports ICVFX rendering
| Name | ShouldSupportICVFX |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Projection/IDisplayClusterProjectionPolicy.h |
| Include Path | #include "Render/Projection/IDisplayClusterProjectionPolicy.h" |
virtual bool ShouldSupportICVFX
(
const IDisplayClusterViewport * InViewport
) const
Parameters
| Name | Remarks |
|---|---|
| InViewport | a owner viewport |