Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/AttributeDefinitions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFSubphysicalUnit
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/AttributeDefinitions/DMXGDTFSubphysicalUnit.h |
| Include | #include "GDTF/AttributeDefinitions/DMXGDTFSubphysicalUnit.h" |
Syntax
class FDMXGDTFSubphysicalUnit : public UE::DMX::GDTF::FDMXGDTFNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TWeakPtr< FDMXGDTFAttribute > | OuterAttribute | The outer attribute | |
| float | PhysicalFrom | The default physical from of the subphysical unit; Unit: as defined in PhysicalUnit; Default value: 0 | |
| float | PhysicalTo | The default physical to of the subphysical unit; Unit: as defined in PhysicalUnit; Default value: 1 | |
| EDMXGDTFPhysicalUnit | PhysicalUnit | Phyiscal Unit | |
| EDMXGDTFSubphysicalUnit | Type | Type of subpyhsical unit |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFSubphysicalUnit
(
const TSharedRef< FDMXGDTFAttribute >& InAttribute |
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. |