Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Protocols > API/Plugins/DMXGDTF/GDTF/Protocols/RDM
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFProtocolFTRDM
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/RDM/DMXGDTFProtocolFTRDM.h |
| Include | #include "GDTF/Protocols/RDM/DMXGDTFProtocolFTRDM.h" |
Syntax
class FDMXGDTFProtocolFTRDM : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the overall ProtocolRDM of the device (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | DeviceModelID | Unique device model ID | |
| uint32 | ManufacturerID | Manufacturer ESTA ID | |
| const TWeakPtr< FDMXGDTFProtocols > | OuterProtocols | The outer protocols | |
| TArray< TSharedPtr< FDMXGDTFSoftwareVersionID > > | SoftwareVersionIDArray | As children the FTRDM has a list of SoftwareVersionID. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFProtocolFTRDM
(
const TSharedRef< FDMXGDTFProtocols >& InProtocols |
Overridden from FDMXGDTFNode
| Type | Name | Description | |
|---|---|---|---|
| FXmlNode * | CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | |
| const TCHAR * | GetXmlTag () |
Gets the Xml Tag corresponding to this node | |
| void | Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. |