Navigation
API > API/Plugins > API/Plugins/DMXRuntime
The container for DMX Addresses for this fixture.
| Name | FDMXMVRFixtureAddresses |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXRuntime/Public/MVR/Types/DMXMVRFixtureNode.h |
| Include Path | #include "MVR/Types/DMXMVRFixtureNode.h" |
Syntax
USTRUCT ()
struct FDMXMVRFixtureAddresses
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MVR/Types/DMXMVRFixtureNode.h | |||
FDMXMVRFixtureAddresses
(
int32 InUniverse, |
MVR/Types/DMXMVRFixtureNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Address | int32 | MVR/Types/DMXMVRFixtureNode.h | ||
| Universe | int32 | MVR/Types/DMXMVRFixtureNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CreateXmlNodeInParent
(
FXmlNode& ParentNode |
Creates a DMX Xml Node as per MVR standard in parent, or logs warnings if no compliant Node can be created. | MVR/Types/DMXMVRFixtureNode.h |