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 (BlueprintType ,
Meta=(Deprecated="Controllers are no longer used and deprecated in favor of the DMX Port System."))
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 |