Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/PhysicalDescriptions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFPhysicalDescriptions
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFPhysicalDescriptions.h |
| Include | #include "GDTF/PhysicalDescriptions/DMXGDTFPhysicalDescriptions.h" |
Syntax
class FDMXGDTFPhysicalDescriptions : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section describes the physical constitution of the device. It currently does not have any XML Attributes (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FDMXGDTFColorSpace > > | AdditionalColorSpaces | Describes additional device color spaces. | |
| TSharedPtr< FDMXGDTFColorSpace > | ColorSpaces | This section defines color spaces. | |
| TArray< TSharedPtr< FDMXGDTFColorRenderingIndexGroup > > | CRIs | This section contains TM-30-15 Fidelity Index (Rf) for 99 color samples. | |
| TArray< TSharedPtr< FDMXGDTFDMXProfile > > | DMXProfiles | This section defines DMX profile descriptions. | |
| TArray< TSharedPtr< FDMXGDTFEmitter > > | Emitters | This section contains the description of the emitters. | |
| TArray< TSharedPtr< FDMXGDTFFilter > > | Filters | This section contains the description of the filters. | |
| TArray< TSharedPtr< FDMXGDTFGamut > > | Gamuts | This section defines gamuts. | |
| const TWeakPtr< FDMXGDTFFixtureType > | OuterFixtureType | The outer fixture type | |
| TSharedPtr< FDMXGDTFProperties > | Properties | Describes physical properties of the device. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFPhysicalDescriptions
(
const TSharedRef< FDMXGDTFFixtureType >& InFixtureType |
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. |