Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Wheels
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFWheelSlot
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Wheels/DMXGDTFWheelSlot.h |
| Include | #include "GDTF/Wheels/DMXGDTFWheelSlot.h" |
Syntax
class FDMXGDTFWheelSlot : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
The wheel slot represents a slot on the wheel (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFAnimationSystem > | AnimationWheel | If the wheel slot has an AnimationWheel, it has to have one child called Animation Wheel. | |
| FDMXGDTFColorCIE1931xyY | Color | Color of the wheel slot, Default value: {0.3127, 0.3290, 100.0} (white). | |
| FString | MediaFileName | (Optional) PNG file name without extension containing image for specific gobos etc. | |
| FName | Name | The unique name of the wheel slot | |
| const TWeakPtr< FDMXGDTFWheel > | OuterWheel | The outer wheel | |
| TArray< TSharedPtr< FDMXGDTFPrismFacet > > | PrismFacetArray | If the wheel slot has a prism, it has to have one or several children called prism facet. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFWheelSlot
(
const TSharedRef< FDMXGDTFWheel >& InWheel |
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. |