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