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; FindEventGraph
&40;
UBlueprint &42; Blueprint
&41;
Remarks
Finds the event graph of the given blueprint. Null if it doesn't have one. This will only return the primary event graph of the blueprint (the graph named "EventGraph"). UEdGraph* Event graph of the blueprint if it has one, null if it doesn't have one
Parameters
| Name | Description |
|---|---|
| Blueprint | Blueprint to search for the event graph on |