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
- FDMXGDTFDMXPersonality
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h |
| Include | #include "GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h" |
Syntax
class FDMXGDTFDMXPersonality : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
For each supported software version add an XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | DMXMode | Link to the DMX Mode that can be used with this software version. | |
| const TWeakPtr< FDMXGDTFSoftwareVersionID > | OuterSoftwareVersionID | The outer protocols | |
| uint32 | Value | Hex Value of the DMXPersonality |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFDMXPersonality
(
const TSharedRef< FDMXGDTFSoftwareVersionID >& InSoftwareVersionID |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFDMXMode > | Resolves the linked DMX mode. Returns the DMX mode, or nullptr if no DMX mode is linked. |
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. |