Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_Composite
Description
Rename the BoundGraph to a unique name
- this is a special case rename: RenameGraphCloseToName() assumes that we are only concurrned with the immediate Outer() scope, but in the case of the BoundGraph we must also look into the Outer of the composite node(a Graph), and make sure no graphs in its SubGraph array are already using the name.
| Name | RenameBoundGraphCloseToName |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Composite.h |
| Include Path | #include "K2Node_Composite.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_Composite.cpp |
void RenameBoundGraphCloseToName
(
const FString & Name
)