Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometry
- FDMXGDTFWiringObjectGeometry
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFWiringObjectGeometry.h |
| Include | #include "GDTF/Geometries/DMXGDTFWiringObjectGeometry.h" |
Syntax
class FDMXGDTFWiringObjectGeometry : public UE::DMX::GDTF::FDMXGDTFGeometry
Remarks
This type of geometry is used to describe an electrical device that can be wired (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| EDMXWiringObjectGeometryComponentType | ComponentType | The type of the electrical component used | |
| FName | ConnectorType | The type of the connector.Find a list of predefined types in Annex D.This is not applicable for Component Types Fuses. | |
| float | CosPhi | The Power Factor of the device. Only for consumers. | |
| float | ElectricalPayLoad | The electrical consumption in Watts.Only for Consumers.Unit: Watt. | |
| float | FrequencyRangeMax | The Frequency range’s maximum value.Only for Consumers.Unit: hertz. | |
| float | FrequencyRangeMin | The Frequency range’s minimum value.Only for Consumers.Unit: hertz. | |
| float | FuseCurrent | The fuse value.Only for fuses. Unit: ampere. | |
| EDMXWiringObjectGeometryFuseRating | FuseRating | Fuse Rating | |
| FTransform | Matrix | Relative position of geometry | |
| float | MaxPayLoad | The maximum electrical payload that this power source can handle. | |
| FString | Model | Link to the corresponding model. | |
| EDMXWiringObjectGeometryOrientation | Orientation | Where the pins are placed on the object | |
| int32 | PinCount | The number of available pins of the connector type to connect internal wiring to it. | |
| TArray< TSharedPtr< FDMXGDTFWiringObjectPinPatch > > | PinPatchArray | The wiring object has pin patch children. | |
| int32 | SignalLayer | The layer of the Signal Type. | |
| FString | SignalType | The type of the signal used.Predefinded values are “Power”, “DMX512”, “Protocol”, “AES”, “AnalogVideo”, “AnalogAudio”.When you have a custom protocol, you can add it here. | |
| float | Voltage | He voltage output that this power source can handle. Only for Power Sources.Unit : volt. | |
| float | VoltageRangeMax | The voltage range’s maximum value.Only for Consumers.Unit: volt. | |
| float | VoltageRangeMin | The voltage range’s minimum value.Only for Consumers.Unit: volt. | |
| FString | WireGroup | Name of the group to which this wiring object belong |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFWiringObjectGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFModel > | ResolveModel () |
Resolves the linked model. Returns the model, or nullptr if no model is linked |
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. |