Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the description of the Properties (XML node
Connectors are obsolete as of GDTF 1.2 and are not implemented.
| Name | FDMXGDTFProperties |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFProperties.h |
| Include Path | #include "GDTF/PhysicalDescriptions/DMXGDTFProperties.h" |
Syntax
class FDMXGDTFProperties : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFProperties
(
const TSharedRef< FDMXGDTFPhysicalDescriptions >& InPhysicalDescriptions |
GDTF/PhysicalDescriptions/DMXGDTFProperties.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LegHeight | TSharedPtr< FDMXGDTFLegHeight > | (optional) Height of the legs. | GDTF/PhysicalDescriptions/DMXGDTFProperties.h | |
| OperatingTemperature | TSharedPtr< FDMXGDTFOperatingTemperature > | (optional) Temperature range in which the device can be operated. | GDTF/PhysicalDescriptions/DMXGDTFProperties.h | |
| OuterPhysicalDescriptions | const TWeakPtr< FDMXGDTFPhysicalDescriptions > | The outer physcial descriptions | GDTF/PhysicalDescriptions/DMXGDTFProperties.h | |
| Weight | TSharedPtr< FDMXGDTFWeight > | (optional) Weight of the device including all accessories. | GDTF/PhysicalDescriptions/DMXGDTFProperties.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/PhysicalDescriptions/DMXGDTFProperties.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/PhysicalDescriptions/DMXGDTFProperties.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/PhysicalDescriptions/DMXGDTFProperties.h |