Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/PhysicalDescriptions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFProperties
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFProperties.h |
| Include | #include "GDTF/PhysicalDescriptions/DMXGDTFProperties.h" |
Syntax
class FDMXGDTFProperties : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the description of the Properties (XML node
Connectors are obsolete as of GDTF 1.2 and are not implemented.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFLegHeight > | LegHeight | (optional) Height of the legs. | |
| TSharedPtr< FDMXGDTFOperatingTemperature > | OperatingTemperature | (optional) Temperature range in which the device can be operated. | |
| const TWeakPtr< FDMXGDTFPhysicalDescriptions > | OuterPhysicalDescriptions | The outer physcial descriptions | |
| TSharedPtr< FDMXGDTFWeight > | Weight | (optional) Weight of the device including all accessories. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFProperties
(
const TSharedRef< FDMXGDTFPhysicalDescriptions >& InPhysicalDescriptions |
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. |