Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library
Inheritance Hierarchy
- FDMXEntityReference
- FDMXEntityControllerRef
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityReference.h |
| Include | #include "Library/DMXEntityReference.h" |
Syntax
USTRUCT&40;BlueprintType, Meta&61;&40;DisplayName&61;"DMX Controller Ref"&41;&41;
struct FDMXEntityControllerRef : public FDMXEntityReference
Remarks
Represents a Controller from a DMX Library. Used to store a reference to a Controller outside the DMX Library
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXEntityControllerRef
(
UDMXEntityController* InController |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDMXEntityController * | Specialized GetEntity() to return it already cast |