Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphSchema
- UEdGraphSchema::SafeDeleteNodeFromGraph()
- UMetasoundEditorGraphSchema::SafeDeleteNodeFromGraph()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp |
virtual bool SafeDeleteNodeFromGraph
&40;
UEdGraph &42; Graph,
UEdGraphNode &42; Node
&41; const
Remarks
Perform any logic necessary to safely remove this node from the graph. Whether or not the node was successfully deleted.
Parameters
| Name | Description |
|---|---|
| Graph | Type of pin to drop onto the node |
| Node | Direction of the source pin |