Navigation
API > API/Plugins > API/Plugins/DisplayCluster
Inheritance Hierarchy
References
| |
|
| Module |
DisplayCluster |
| Header |
/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/DisplayClusterChromakeyCardActor.h |
| Include |
#include "DisplayClusterChromakeyCardActor.h" |
Syntax
UCLASS (Blueprintable, NotPlaceable, DisplayName="Chromakey Card",
HideCategories=(Tick, Physics, Collision, Networking, Replication, Cooking, Input, Actor, HLOD))
class ADisplayClusterChromakeyCardActor : public ADisplayClusterLightCardActor
Constructors
| |
Type |
Name |
Description |
 |
|
|
|
Destructors
| |
Type |
Name |
Description |
 |
|
|
|
Functions
| |
Type |
Name |
Description |
 |
bool |
|
Checks if the given ICVFX camera has chroma key settings supporting this actor. |
 |
void |
|
|
Overridden from ADisplayClusterLightCardActor
| |
Type |
Name |
Description |
 |
void |
|
Add this light card to a root actor |
 |
void |
|
Remove this light card from the root actor |
Overridden from AActor
| |
Type |
Name |
Description |
 |
void |
Tick
(
float DeltaSeconds
)
|
Function called every frame on this Actor. |
Overridden from UObject
| |
Type |
Name |
Description |
 |
void |
|
Called after applying a transaction to the object. |