Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/PhysicalDescriptions
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFEmitter
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/PhysicalDescriptions/DMXGDTFEmitter.h |
| Include | #include "GDTF/PhysicalDescriptions/DMXGDTFEmitter.h" |
Syntax
class FDMXGDTFEmitter : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section defines the description of the emitter (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDMXGDTFColorCIE1931xyY | Color | Approximate absolute color point if applicable.Omit for non - visible emitters (eg., UV). | |
| FString | DiodePart | (Optional) Manufacturer’s part number of the diode. | |
| float | DominantWaveLength | Required if color is omitted, otherwise it is optional. Dominant wavelength of the LED. | |
| TArray< TSharedPtr< FDMXGDTFEmitterMeasurement > > | Measurements | As children, the Emitter has a list of measurements. | |
| FName | Name | Unique Name of the emitter | |
| const TWeakPtr< FDMXGDTFPhysicalDescriptions > | OuterPhysicalDescriptions | The outer physcial descriptions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFEmitter
(
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. |