Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNodeGraph
- IOptimusNodeGraphCollectionOwner::RenameGraph()
- UOptimusNodeGraph::RenameGraph()
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusNodeGraph.h |
| Include | #include "OptimusNodeGraph.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusNodeGraph.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;OptimusNodeGraph&41;
virtual bool RenameGraph
&40;
UOptimusNodeGraph &42; InGraph,
const FString & InNewName
&41;
Remarks
Rename the given graph, subject to validation of the name. true if the graph was successfully renamed.
Parameters
| Name | Description |
|---|---|
| InGraph | The graph to rename, owned by this collection. |
| InNewName | The new name to give the graph. |