Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetInterfaceGraphs
(
UBlueprint* Blueprint, |
Gets the graphs currently in the blueprint associated with the specified interface | Kismet2/BlueprintEditorUtils.h | |
static void GetInterfaceGraphs
(
UBlueprint* Blueprint, |
Gets the graphs currently in the blueprint associated with the specified interface | Kismet2/BlueprintEditorUtils.h |
GetInterfaceGraphs(UBlueprint , const FName &, TArray< UEdGraph > &)
Description
Gets the graphs currently in the blueprint associated with the specified interface
| Name | GetInterfaceGraphs |
| 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 void GetInterfaceGraphs
(
UBlueprint * Blueprint,
const FName & InterfaceClassName,
TArray < UEdGraph * > & ChildGraphs
)
GetInterfaceGraphs(UBlueprint , FTopLevelAssetPath, TArray< UEdGraph > &)
Description
Gets the graphs currently in the blueprint associated with the specified interface
| Name | GetInterfaceGraphs |
| 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 void GetInterfaceGraphs
(
UBlueprint * Blueprint,
FTopLevelAssetPath InterfaceClassPathName,
TArray < UEdGraph * > & ChildGraphs
)