Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UDisplayClusterStageActorComponent
- UDisplayClusterChromakeyCardStageActorComponent
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Components/DisplayClusterChromakeyCardStageActorComponent.h |
| Include | #include "Components/DisplayClusterChromakeyCardStageActorComponent.h" |
Syntax
UCLASS&40;MinimalAPI, ClassGroup&61;&40;DisplayCluster&41;, Meta&61;&40;DisplayName&61;"Chromakey Card Stage Actor"&41;,
HideCategories&61;&40;Physics, Collision, Lighting, Navigation, Cooking, LOD, MaterialParameters, HLOD, RayTracing, TextureStreaming, Mobile&41;&41;
class UDisplayClusterChromakeyCardStageActorComponent : public UDisplayClusterStageActorComponent
Remarks
Stage Actor Component to be placed in chromakey card actors
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSoftComponentReference > | ICVFXCameras | Associate this Chromakey Card with the nDisplay configuration actor and ICVFX Camera component(s) specified here. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FSoftComponentReference > & | Retrieve current ICVFX cameras associated with this stage actor | ||
| bool | IsReferencedByICVFXCamera
(
const UDisplayClusterICVFXCameraComponent* InCamera |
Checks if the given ICVFX camera has chroma key settings supporting this actor. | |
| void | Update linked ICVFX cameras based on current settings |
Overridden from UDisplayClusterStageActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | SetRootActor
(
ADisplayClusterRootActor* InRootActor |
Set the Display Cluster Root Actor owner |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |