UK2Node_Tunnel::RenameUserDefinedPinImpl

Implementation function that renames an existing pin on the node. Does not broadcast notifications.

Windows
MacOS
Linux

Override Hierarchy

UK2Node::RenameUserDefinedPinImpl()

UK2Node_Tunnel::RenameUserDefinedPinImpl()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Tunnel.h

Include

#include "K2Node_Tunnel.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Tunnel.cpp

Syntax

virtual ERenamePinResult RenameUserDefinedPinImpl
(
    const FName OldName,
    const FName NewName,
    bool bTest
)

Remarks

Implementation function that renames an existing pin on the node. Does not broadcast notifications.

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