Navigation
Unreal Engine C++ API Reference > Plugins > OptimusCore > UOptimusDeformer
- IOptimusNodeGraphCollectionOwner::RenameGraph()
- UOptimusDeformer::RenameGraph()
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDeformer.h |
Include | #include "OptimusDeformer.h" |
Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusDeformer.cpp |
virtual bool RenameGraph
(
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. |