Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_Variable
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Variable.h |
Include | #include "K2Node_Variable.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_Variable.cpp |
bool RecreatePinForVariable
&40;
EEdGraphPinDirection Direction,
TArray< UEdGraphPin &42; > & OldPins,
FName InPinName
&41;
Remarks
Creates a reader or writer pin for a variable from an old pin. true if it succeeds, false if it fails.
Parameters
Name | Description |
---|---|
Direction | The direction of the variable access. |
OldPins | Old pins. |
InPinName | Optional pin name, will default to the variable name if not included. |