Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Wheels
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFAnimationSystem
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Wheels/DMXGDTFAnimationSystem.h |
| Include | #include "GDTF/Wheels/DMXGDTFAnimationSystem.h" |
Syntax
class FDMXGDTFAnimationSystem : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
This section can only be defined for the animation system disk and it describes the animation system behavior (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TWeakPtr< FDMXGDTFWheelSlot > | OuterWheelSlot | The outer wheel slot | |
| FVector2D | P1 | First Point of the Spline describing the path of animation system in the beam in relation to the middle of the Media File; Array of two floats; Seperator of values is “,”;First Float is X-axis and second is Y-axis. | |
| FVector2D | P2 | Second Point of the Spline describing the path of animation system in the beam in relation to the middle of the Media File; Array of two floats; Seperator of values is “,”; First Float is X-axis and second is Y-axis. | |
| FVector2D | P3 | Third Point of the Spline describing the path of animation system in the beam in relation to the middle of the Media File; Array of two floats; Seperator of values is “,”; First Float is X-axis and second is Y-axis. | |
| float | Radius | Radius of the circle that defines the section of the animation system which will be shown in the beam |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFAnimationSystem
(
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. |