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