Navigation
API > API/Plugins > API/Plugins/DMXBlueprintGraph
Inheritance Hierarchy
- 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 ()
class UK2Node_GetDMXFixturePatch : public UK2Node
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| FDMXEntityFixturePatchRef | Gets the DMX Fixture Patch Reference from input pin | ||
| FString | Gets the DMX Fixture Patch pin value as String | ||
| UEdGraphPin * | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| UEdGraphPin * | |||
| FText | |||
| void | |||
| void | PinDefaultValueChanged
(
UEdGraphPin* Pin |
||
| 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 | |
| void |
Constants
| Name | Description |
|---|---|
| InputDMXFixturePatchPinName | |
| OutputDMXFixturePatchPinName |