Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the overall weight of the device (XML node
| Name | FDMXGDTFWeight |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFWeight.h |
| Include Path | #include "GDTF/PhysicalDescriptions/DMXGDTFWeight.h" |
Syntax
class FDMXGDTFWeight : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFWeight
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFWeight
(
const TSharedRef< FDMXGDTFProperties >& InProperties |
GDTF/PhysicalDescriptions/DMXGDTFWeight.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OuterProperties | const TWeakPtr< FDMXGDTFProperties > | The outer properties | GDTF/PhysicalDescriptions/DMXGDTFWeight.h | |
| Value | float | Weight of the device including all accessories. Unit: kilogram. Default value: 0 | GDTF/PhysicalDescriptions/DMXGDTFWeight.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/DMXGDTFWeight.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/PhysicalDescriptions/DMXGDTFWeight.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/PhysicalDescriptions/DMXGDTFWeight.h |