Navigation
API > API/Plugins > API/Plugins/DMXBlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UK2Node_GetDMXFixturePatch
References
| Module | DMXBlueprintGraph |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_GetDMXFixturePatch.h |
| Include | #include "K2Node_GetDMXFixturePatch.h" |
Syntax
UCLASS&40;&41;
class UK2Node_GetDMXFixturePatch : public UK2Node
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDMXEntityFixturePatchRef | Gets the DMX Fixture Patch Reference from input pin | ||
| FString | Gets the DMX Fixture Patch pin value as String | ||
| UEdGraphPin * | |||
| UEdGraphPin * | |||
| void | |||
| void | SetInFixturePatchPinValue
(
const FDMXEntityFixturePatchRef& InPatchRef |
Updates values in the Fixture Patch input pin struct |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | ExpandNode
(
FKismetCompilerContext& CompilerContext, |
Expands a node while compiling, which may add additional nodes or delete this node | |
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| bool | IsNodePure () |
Returns whether this node is considered 'pure' by the compiler |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node | ||
| void | PinDefaultValueChanged
(
UEdGraphPin* Pin |
Called when the DefaultValue of one of the pins of this node is changed in the editor |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Handles reading, writing, and reference collecting using FArchive. |
Constants
| Name | Description |
|---|---|
| InputDMXFixturePatchPinName | |
| OutputDMXFixturePatchPinName |