Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_EditablePinBase
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_EditablePinBase.h |
Include | #include "K2Node_EditablePinBase.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_EditablePinBase.cpp |
void RemoveUserDefinedPinByName
&40;
const FName PinName
&41;
Remarks
Removes from the user-defined array, and removes the pin with the same name from the Pins array
Parameters
Name | Description |
---|---|
PinName | name of pin to remove |