Navigation
API > API/Plugins > API/Plugins/DMXRuntime > API/Plugins/DMXRuntime/Library
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDMXObjectBase
- UDMXEntity
- UDMXEntityUniverseManaged
- UDMXEntityController
References
| Module | DMXRuntime |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/Library/DMXEntityController.h |
| Include | #include "Library/DMXEntityController.h" |
Syntax
UCLASS ()
class UDMXEntityController : public UDMXEntityUniverseManaged
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AdditionalUnicastIPs | ||
| EDMXCommunicationType | CommunicationMode | ||
| int32 | RemoteOffset | Offsets the Universe IDs range on this Controller before communication with other devices. | |
| int32 | UniverseLocalEnd | ||
| int32 | UniverseLocalNum | ||
| int32 | UniverseLocalStart | ||
| int32 | UniverseRemoteEnd | Last Universe ID in this Controller's range that is sent over the network. | |
| int32 | UniverseRemoteStart | First Universe ID on this Controller's range that is sent over the network. |