Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/PhysicalDescriptions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFWeight
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFWeight.h |
| Include | #include "GDTF/PhysicalDescriptions/DMXGDTFWeight.h" |
Syntax
class FDMXGDTFWeight : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the overall weight of the device (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TWeakPtr< FDMXGDTFProperties > | OuterProperties | The outer properties | |
| float | Value | Weight of the device including all accessories. Unit: kilogram. Default value: 0 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFWeight
(
const TSharedRef< FDMXGDTFProperties >& InProperties |
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. |