Navigation
Unreal Engine C++ API Reference > Plugins > DMXBlueprintGraph > UK2Node_GetDMXAttributeValues
- UK2Node_EditablePinBase::CreatePinFromUserDefinition()
- UK2Node_GetDMXAttributeValues::CreatePinFromUserDefinition()
References
Module | DMXBlueprintGraph |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/K2Node_GetDMXAttributeValues.h |
Include | #include "K2Node_GetDMXAttributeValues.h" |
Source | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Private/K2Node_GetDMXAttributeValues.cpp |
virtual UEdGraphPin &42; CreatePinFromUserDefinition
&40;
const TSharedPtr< FUserPinInfo > NewPinInfo
&41;
Remarks
Creates a new pin on the node from the specified user pin info. Must be overridden so each type of node can ensure that the pin is created in the proper direction, etc
Parameters
Name | Description |
---|---|
NewPinInfo | Shared pointer to the struct containing the info for this pin |