UK2Node::RenameUserDefinedPinImpl

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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node

  • UK2Node::RenameUserDefinedPinImpl()

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h
Include #include "K2Node.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node.cpp
virtual ERenamePinResult RenameUserDefinedPinImpl
(
    const [FName](API\Runtime\Core\UObject\FName) OldName,
    const [FName](API\Runtime\Core\UObject\FName) NewName,
    bool bTest
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library