Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/PhysicalDescriptions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFDMXProfile
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h |
| Include | #include "GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h" |
Syntax
class FDMXGDTFDMXProfile : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the DMX profile description (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | Unique name of the DMX profile | |
| const TWeakPtr< FDMXGDTFPhysicalDescriptions > | OuterPhysicalDescriptions | The outer physcial descriptions | |
| TArray< TSharedPtr< FDMXGDTFDMXProfilePoint > > | PointArray | As children a DMX Profile has a list of point. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFDMXProfile
(
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. |