UK2Node_EditablePinBase::RemoveUserDefinedPinByName

Removes 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 RemoveUserDefinedPinByName
(
    const [FName](API\Runtime\Core\UObject\FName) PinName
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library