Navigation
Unreal Engine C++ API Reference > 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 RemoveUserDefinedPin
&40;
TSharedPtr< FUserPinInfo > PinToRemove
&41;
Remarks
Removes a pin from the user-defined array, and removes the pin with the same name from the Pins array
Parameters
Name | Description |
---|---|
PinToRemove | Shared pointer to the pin to remove from the UserDefinedPins array. Corresponding pin in the Pins array will also be removed |