Navigation
API > API/Plugins > API/Plugins/DMXGDTF
The wheel slot represents a slot on the wheel (XML node
| Name | FDMXGDTFWheelSlot |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Wheels/DMXGDTFWheelSlot.h |
| Include Path | #include "GDTF/Wheels/DMXGDTFWheelSlot.h" |
Syntax
class FDMXGDTFWheelSlot : public UE::DMX::GDTF::FDMXGDTFNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDMXGDTFNode → FDMXGDTFWheelSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDMXGDTFWheelSlot
(
const TSharedRef< FDMXGDTFWheel >& InWheel |
GDTF/Wheels/DMXGDTFWheelSlot.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationWheel | TSharedPtr< FDMXGDTFAnimationSystem > | If the wheel slot has an AnimationWheel, it has to have one child called Animation Wheel. | GDTF/Wheels/DMXGDTFWheelSlot.h | |
| Color | FDMXGDTFColorCIE1931xyY | Color of the wheel slot, Default value: {0.3127, 0.3290, 100.0} (white). | GDTF/Wheels/DMXGDTFWheelSlot.h | |
| MediaFileName | FString | (Optional) PNG file name without extension containing image for specific gobos etc. | GDTF/Wheels/DMXGDTFWheelSlot.h | |
| Name | FName | The unique name of the wheel slot | GDTF/Wheels/DMXGDTFWheelSlot.h | |
| OuterWheel | const TWeakPtr< FDMXGDTFWheel > | The outer wheel | GDTF/Wheels/DMXGDTFWheelSlot.h | |
| PrismFacetArray | TArray< TSharedPtr< FDMXGDTFPrismFacet > > | If the wheel slot has a prism, it has to have one or several children called prism facet. | GDTF/Wheels/DMXGDTFWheelSlot.h |
Functions
Public
Overridden from FDMXGDTFNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FXmlNode * CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | GDTF/Wheels/DMXGDTFWheelSlot.h | |
virtual const TCHAR * GetXmlTag() |
Gets the Xml Tag corresponding to this node | GDTF/Wheels/DMXGDTFWheelSlot.h | |
virtual void Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. | GDTF/Wheels/DMXGDTFWheelSlot.h |