Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Components > API/Plugins/DisplayCluster/Components/UDisplayClusterC-
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterChromakeyCardStageActorComponent.h |
| Include | #include "Components/DisplayClusterChromakeyCardStageActorComponent.h" |
| Source | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Private/Game/EngineClasses/Scene/DisplayClusterChromakeyCardStageActorComponent.cpp |
bool IsReferencedByICVFXCamera
(
const UDisplayClusterICVFXCameraComponent * InCamera
) const
Remarks
Checks if the given ICVFX camera has chroma key settings supporting this actor. true if the ICVFX camera component is referenced by this component.
Parameters
| Name | Description |
|---|---|
| InCamera | The ICVFX camera component to compare against. |