Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
References
| Module | BlueprintEditorLibrary |
| Header | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include | #include "BlueprintEditorLibrary.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
static void RemoveGraph
&40;
UBlueprint &42; Blueprint,
UEdGraph &42; Graph
&41;
Remarks
Removes the given graph from the blueprint if possible
Parameters
| Name | Description |
|---|---|
| Blueprint | The blueprint the graph will be removed from |
| Graph | The graph to remove |