Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void OpenReparentBlueprintMenu
(
UBlueprint* Blueprint, |
Try to open reparent menu for specified blueprint | Kismet2/BlueprintEditorUtils.h | |
static void OpenReparentBlueprintMenu
(
const TArray< UBlueprint* >& Blueprints, |
Kismet2/BlueprintEditorUtils.h |
OpenReparentBlueprintMenu(UBlueprint *, const TSharedRef< SWidget > &, const FOnClassPicked &)
Description
Try to open reparent menu for specified blueprint
| Name | OpenReparentBlueprintMenu |
| 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 OpenReparentBlueprintMenu
(
UBlueprint * Blueprint,
const TSharedRef < SWidget > & ParentContent,
const FOnClassPicked & OnPicked
)
OpenReparentBlueprintMenu(const TArray< UBlueprint * > &, const TSharedRef< SWidget > &, const FOnClassPicked &)
| Name | OpenReparentBlueprintMenu |
| 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 OpenReparentBlueprintMenu
(
const TArray < UBlueprint * > & Blueprints,
const TSharedRef < SWidget > & ParentContent,
const FOnClassPicked & OnPicked
)