Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFActivationGroup
- FDMXGDTFAnimationSystem
- FDMXGDTFAttribute
- FDMXGDTFAttributeDefinitions
- FDMXGDTFChannelFunction
- FDMXGDTFChannelRelation
- FDMXGDTFChannelSet
- FDMXGDTFColorRenderingIndex
- FDMXGDTFColorRenderingIndexGroup
- FDMXGDTFColorSpace
- FDMXGDTFDMXChannel
- FDMXGDTFDMXMode
- FDMXGDTFDMXPersonality
- FDMXGDTFDMXProfile
- FDMXGDTFDMXProfilePoint
- FDMXGDTFEmitter
- FDMXGDTFFeature
- FDMXGDTFFeatureGroup
- FDMXGDTFFilter
- FDMXGDTFFixtureType
- FDMXGDTFFTMacro
- FDMXGDTFFTPreset
- FDMXGDTFGamut
- FDMXGDTFGeometryBreak
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometry
- FDMXGDTFAxisGeometry
- FDMXGDTFBeamGeometry
- FDMXGDTFDisplayGeometry
- FDMXGDTFFilterBeamGeometry
- FDMXGDTFFilterColorGeometry
- FDMXGDTFFilterGoboGeometry
- FDMXGDTFFilterShaperGeometry
- FDMXGDTFInventoryGeometry
- FDMXGDTFLaserGeometry
- FDMXGDTFMagnetGeometry
- FDMXGDTFMediaServerCameraGeometry
- FDMXGDTFMediaServerLayerGeometry
- FDMXGDTFMediaServerMasterGeometry
- FDMXGDTFStructureGeometry
- FDMXGDTFSupportGeometry
- FDMXGDTFWiringObjectGeometry
- FDMXGDTFGeometryCollect
- FDMXGDTFGeometryReference
- FDMXGDTFLaserProtocol
- FDMXGDTFLegHeight
- FDMXGDTFLogicalChannel
- FDMXGDTFMacroDMX
- FDMXGDTFMacroDMXStep
- FDMXGDTFMacroDMXValue
- FDMXGDTFMeasurementBase
- FDMXGDTFEmitterMeasurement
- FDMXGDTFFilterMeasurement
- FDMXGDTFMeasurementPoint
- FDMXGDTFModel
- FDMXGDTFOperatingTemperature
- FDMXGDTFPhysicalDescriptions
- FDMXGDTFPrismFacet
- FDMXGDTFProperties
- FDMXGDTFProtocolArtNet
- FDMXGDTFProtocolDMXMapBase
- FDMXGDTFProtocolArtNetDMXMap
- FDMXGDTFProtocolSACNDMXMap
- FDMXGDTFProtocolFTRDM
- FDMXGDTFProtocols
- FDMXGDTFProtocolSACN
- FDMXGDTFRevision
- FDMXGDTFSoftwareVersionID
- FDMXGDTFSubchannelSet
- FDMXGDTFSubphysicalUnit
- FDMXGDTFWeight
- FDMXGDTFWheel
- FDMXGDTFWheelSlot
- FDMXGDTFWiringObjectPinPatch
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXGDTFNode.h |
| Include | #include "GDTF/DMXGDTFNode.h" |
Syntax
class FDMXGDTFNode : public TSharedFromThis< FDMXGDTFNode >
Remarks
Base class for GDTF nodes.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FXmlNode * | CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | |
| TWeakPtr< FDMXGDTFFixtureType > | Returns the fixture type this node resides in | ||
| 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. |