Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/DMXModes
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFLogicalChannel
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/DMXModes/DMXGDTFLogicalChannel.h |
| Include | #include "GDTF/DMXModes/DMXGDTFLogicalChannel.h" |
Syntax
class FDMXGDTFLogicalChannel : public UE::DMX::GDTF::FDMXGDTFNode
Remarks
The Fixture Type Attribute is assigned to a LogicalChannel and defines the function of the LogicalChannel. All logical channels that are children of the same DMX channel are mutually exclusive. In a DMX mode, only one logical channel with the same attribute can reference the same geometry at a time. The name of a Logical Channel cannot be user-defined and is equal to the linked attribute name. The XML node of the logical channel is
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Attribute | Link to the attribute; The starting point is the Attribute Collect. | |
| TArray< TSharedPtr< FDMXGDTFChannelFunction > > | ChannelFunctionArray | A list of channel functions | |
| float | DMXChangeTimeLimit | Minimum fade time for the subordinate channel functions to change DMX values by the control system.DMXChangeTimeLimit is defined for the complete DMX range.Default value : 0; Unit: second | |
| EDMXGDTFLogicalChannelMaster | Master | Defines if all the subordinate channel functions react to a Group Control defined by the control system. | |
| float | MibFade | Minimum fade time for moves in black action. | |
| const TWeakPtr< FDMXGDTFDMXChannel > | OuterDMXChannel | The outer DMX channel | |
| EDMXGDTFLogicalChannelSnap | Snap | If snap is enabled, the logical channel will not fade between values. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFLogicalChannel
(
const TSharedRef< FDMXGDTFDMXChannel >& InDMXChannel |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FDMXGDTFAttribute > | Resolves the linked attribute. Returns the attribute, or nullptr if no attribute is linked |
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. |