Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFWiringObjectPinPatch
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFWiringObjectPinPatch.h |
| Include | #include "GDTF/Geometries/DMXGDTFWiringObjectPinPatch.h" |
Syntax
class FDMXGDTFWiringObjectPinPatch : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This node (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | FromPin | The pin number used by the parent wiring object to connect to the targeted wiring object “ToWiringObject”. | |
| const TWeakPtr< FDMXGDTFWiringObjectGeometry > | OuterWiringObjectGeometry | The outer wiring object geometry | |
| uint32 | ToPin | The pin number used by the targeted wiring object “ToWiringObject” to connect to the parent wiring object | |
| FString | ToWiringObject | Link to the wiring object connected through this pin patch. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFWiringObjectPinPatch
(
const TSharedRef< FDMXGDTFWiringObjectGeometry >& InWiringObjectGeometry |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFWiringObjectGeometry > | Resolves the linked to wiring object. |
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. |