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