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 UEdGraph &42; FindGraph
&40;
UBlueprint &42; Blueprint,
FName GraphName
&41;
Remarks
Finds the graph with the given name on the blueprint. Null if it doesn't have one. UEdGraph* Pointer to the graph with the given name, null if not found
Parameters
| Name | Description |
|---|---|
| Blueprint | Blueprint to search |
| GraphName | The name of the graph to search for |