Navigation
API > API/Plugins > API/Plugins/DisplayCluster
Stage Actor Component to be placed in chromakey card actors
| Name | UDisplayClusterChromakeyCardStageActorComponent |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterChromakeyCardStageActorComponent.h |
| Include Path | #include "Components/DisplayClusterChromakeyCardStageActorComponent.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=(DisplayCluster), Meta=(DisplayName="Chromakey Card Stage Actor"),
HideCategories=(Physics, Collision, Lighting, Navigation, Cooking, LOD, MaterialParameters, HLOD, RayTracing, TextureStreaming, Mobile))
class UDisplayClusterChromakeyCardStageActorComponent : public UDisplayClusterStageActorComponent
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UActorComponent → UDisplayClusterStageActorComponent → UDisplayClusterChromakeyCardStageActorComponent
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FSoftComponentReference > & GetICVFXCameras() |
Retrieve current ICVFX cameras associated with this stage actor | Components/DisplayClusterChromakeyCardStageActorComponent.h | |
bool IsReferencedByICVFXCamera
(
const UDisplayClusterICVFXCameraComponent* InCamera |
Checks if the given ICVFX camera has chroma key settings supporting this actor. | Components/DisplayClusterChromakeyCardStageActorComponent.h |
Overridden from UDisplayClusterStageActorComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetRootActor
(
ADisplayClusterRootActor* InRootActor |
Set the Display Cluster Root Actor owner | Components/DisplayClusterChromakeyCardStageActorComponent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Components/DisplayClusterChromakeyCardStageActorComponent.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PopulateICVFXOwners() |
Update linked ICVFX cameras based on current settings | Components/DisplayClusterChromakeyCardStageActorComponent.h |