Navigation
API > API/Plugins > API/Plugins/DMXGDTF
For each supported software version add an XML node
| Name | FDMXGDTFDMXPersonality |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h |
| Include Path | #include "GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h" |
Syntax
class FDMXGDTFDMXPersonality : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFDMXPersonality
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFDMXPersonality
(
const TSharedRef< FDMXGDTFSoftwareVersionID >& InSoftwareVersionID |
GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DMXMode | FName | Link to the DMX Mode that can be used with this software version. | GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h | |
| OuterSoftwareVersionID | const TWeakPtr< FDMXGDTFSoftwareVersionID > | The outer protocols | GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h | |
| Value | uint32 | Hex Value of the DMXPersonality | GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FDMXGDTFDMXMode > ResolveDMXMode() |
Resolves the linked DMX mode. Returns the DMX mode, or nullptr if no DMX mode is linked. | GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h |
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/DMXGDTFDMXPersonality.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Protocols/RDM/DMXGDTFDMXPersonality.h |