UK2Node_EditablePinBase::RemoveUserDefinedPinByName

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

Windows
MacOS
Linux

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

Syntax

void RemoveUserDefinedPinByName
(
    const FName PinName
)

Remarks

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

Parameters

Parameter

Description

PinName

name of pin to remove

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss