Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_GetDMXAttributeValues.h |
Include |
#include "K2Node_GetDMXAttributeValues.h" |
UCLASS()
class UK2Node_GetDMXAttributeValues : public UK2Node_EditablePinBase
Name | Description | ||
---|---|---|---|
|
bIsExposed |
Name | Description | |
---|---|---|
|
UK2Node_GetDMXAttributeValues() |
Name | Description | ||
---|---|---|---|
|
ExposeAttributes() |
Expose DMX function pins from fixture patch active mode |
|
|
UDMXEntityFi... |
GetFixturePatchFromPin() |
|
|
UEdGraphPin ... |
GetInputDMXFixturePatchPin() |
|
|
UEdGraphPin ... |
GetOutputAttributesMapPin() |
|
|
UEdGraphPin ... |
GetOutputIsSuccessPin() |
|
|
UEdGraphPin ... |
GetThenPin() |
|
|
IsExposed() |
||
|
OnFixturePatchChanged() |
Triggers when FixturePatch from input pin has been changed |
|
|
OnFixtureTypeChanged ( |
Called when the Fixture Type changed |
|
|
RemoveOutputPin ( |
||
|
RemovePinsRecursive ( |
||
|
ResetAttributes() |
Removes DMX function node pins |
Name | Description | ||
---|---|---|---|
|
CanCreateUserDefinedPin ( |
Queries if a user defined pin of the passed type can be constructed on this node. |
|
|
UEdGraphPin ... |
CreatePinFromUserDefinition ( |
Creates a new pin on the node from the specified user pin info. |
|
ModifyUserDefinedPinDefaultValue ( |
Modifies the default value of an existing pin on the node, this will update both the UserPinInfo and the linked editor pin |
|
|
ShouldUseConstRefParams() |
Should this node require 'const' for pass-by-reference parameters? |
Name | Description | ||
---|---|---|---|
|
ExpandNode ( |
Expands a node while compiling, which may add additional nodes or delete this node |
|
|
GetMenuActions |
Replacement for GetMenuEntries(). |
|
|
GetMenuCategory() |
Override to provide a default category for specific node types to be listed under. |
|
|
ShouldShowNodeProperties() |
Return whether the node's properties display in the blueprint details panel |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
PinConnectionListChanged ( |
Called when the connection list of one of the pins of this node is changed in the editor |
|
|
PostPasteNode() |
Perform any fixups (deep copies of associated data, etc...) necessary after a node has been pasted in the editor |
Name |
Description |
---|---|
InputDMXFixturePatchPinName |
|
OutputAttributesMapPinName |
|
OutputIsSuccessPinName |
Name | Description | ||
---|---|---|---|
|
OnDataTypeChanged ( |
Replaced in favor of the more generic OnFixtureTypeChanged. |