Navigation
API > API/Plugins > API/Plugins/DMXGDTF
This section defines the DMX profile description (XML node
| Name | FDMXGDTFDMXProfile |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h |
| Include Path | #include "GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h" |
Syntax
class FDMXGDTFDMXProfile : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFDMXProfile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFDMXProfile
(
const TSharedRef< FDMXGDTFPhysicalDescriptions >& InPhysicalDescriptions |
GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | Unique name of the DMX profile | GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h | |
| OuterPhysicalDescriptions | const TWeakPtr< FDMXGDTFPhysicalDescriptions > | The outer physcial descriptions | GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h | |
| PointArray | TArray< TSharedPtr< FDMXGDTFDMXProfilePoint > > | As children a DMX Profile has a list of point. | GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.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/DMXGDTFDMXProfile.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/PhysicalDescriptions/DMXGDTFDMXProfile.h |