UK2Node_EditablePinBase::RemoveUserDefinedPin

Removes a pin 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 RemoveUserDefinedPin
(
    TSharedPtr< FUserPinInfo > PinToRemove
)

Remarks

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

Parameters

Parameter

Description

PinToRemove

Shared pointer to the pin to remove from the UserDefinedPins array. Corresponding pin in the Pins array will also be removed

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