Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the height of the legs (XML node
| Name | FDMXGDTFLegHeight |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFLegHeight.h |
| Include Path | #include "GDTF/PhysicalDescriptions/DMXGDTFLegHeight.h" |
Syntax
class FDMXGDTFLegHeight : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFLegHeight
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFLegHeight
(
const TSharedRef< FDMXGDTFProperties >& InProperties |
GDTF/PhysicalDescriptions/DMXGDTFLegHeight.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OuterProperties | const TWeakPtr< FDMXGDTFProperties > | The outer properties | GDTF/PhysicalDescriptions/DMXGDTFLegHeight.h | |
| Value | float | Defines height of the legs - distance between the floor and the bottom base plate. | GDTF/PhysicalDescriptions/DMXGDTFLegHeight.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/DMXGDTFLegHeight.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/PhysicalDescriptions/DMXGDTFLegHeight.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/PhysicalDescriptions/DMXGDTFLegHeight.h |