Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FBlueprintEditorUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static UEdGraph &42; FindScopeGraph
&40;
const UBlueprint &42; InBlueprint,
const UStruct &42; InScope
&41;
Remarks
Finds the scope's associated graph for local variables (or any passed UFunction)
Parameters
| Name | Description |
|---|---|
| InBlueprint | The Blueprint the local variable can be found in |
| InScope | Local variable's scope |