UK2Node_EditablePinBase::RemoveUserDefinedPin

Removes a pin from the user-defined array, and removes the pin with the same name from the Pins array

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
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FUserPinInfo](API\Editor\BlueprintGraph\FUserPinInfo) > PinToRemove
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library