Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/IOptimusNodeGraphCollectionOwner
- IOptimusNodeGraphCollectionOwner::RemoveGraph()
- UOptimusNodeGraph::RemoveGraph()
- UOptimusDeformer::RemoveGraph()
References
| Module | OptimusCore |
| Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/IOptimusNodeGraphCollectionOwner.h |
| Include | #include "IOptimusNodeGraphCollectionOwner.h" |
bool RemoveGraph
&40;
UOptimusNodeGraph &42; InGraph,
bool bDeleteGraph
&41;
Remarks
Remove the given graph. true if the graph was successfully removed.
Parameters
| Name | Description |
|---|---|
| InGraph | The graph to remove, owned by this collection. The graph will be unowned by this graph collection and marked for GC. |