Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Wheels
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFPrismFacet
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Wheels/DMXGDTFPrismFacet.h |
| Include | #include "GDTF/Wheels/DMXGDTFPrismFacet.h" |
Syntax
class FDMXGDTFPrismFacet : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section can only be defined for the prism wheel slot and has a description for the prism facet (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDMXGDTFColorCIE1931xyY | Color | Color of prism facet. |
UE specific: Using a Vector3d to store the xyY color. |
| const TWeakPtr< FDMXGDTFWheelSlot > | OuterWheelSlot | The outer wheel slot | |
| FTransform | Rotation | Specify the rotation, translation and scaling for the facet. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFPrismFacet
(
const TSharedRef< FDMXGDTFWheelSlot >& InWheelSlot |
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. |