Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual bool SafeDeleteNodeFromGraph
(
UEdGraph * Graph,
UEdGraphNode * Node
) 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 |