Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusNodeGraph
- IOptimusNodeGraphCollectionOwner::RenameGraphDirect()
- UOptimusNodeGraph::RenameGraphDirect()
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 (BlueprintCallable, Category=OptimusNodeGraph)
virtual bool RenameGraphDirect
(
UOptimusNodeGraph * InGraph,
const FString & InNewName
)
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. |