Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Description
Helper function to get the blueprint that ultimately owns a graph. This will assert if the graph is for a deleted function.
| Name | FindBlueprintForGraphChecked |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static TNotNull< UBlueprint * > FindBlueprintForGraphChecked
(
const UEdGraph * Graph
)
A valid blueprint.
Parameters
| Name | Remarks |
|---|---|
| InGraph | Graph to find the blueprint for. |