Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/UOptimusDeformer
- IOptimusNodeGraphCollectionOwner::RemoveGraphDirect()
- UOptimusDeformer::RemoveGraphDirect()
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 RemoveGraphDirect
(
UOptimusNodeGraph * InGraph,
bool bDeleteGraph
)
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. |