Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CreateMergeToolTab () |
Forces the merge tool to be shown | BlueprintEditor.h | |
void CreateMergeToolTab
(
const UBlueprint* BaseBlueprint, |
BlueprintEditor.h |
CreateMergeToolTab()
Description
Forces the merge tool to be shown
| Name | CreateMergeToolTab |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
void CreateMergeToolTab()
CreateMergeToolTab(const UBlueprint , const UBlueprint , const FOnMergeResolved &)
| Name | CreateMergeToolTab |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
void CreateMergeToolTab
(
const UBlueprint * BaseBlueprint,
const UBlueprint * RemoteBlueprint,
const FOnMergeResolved & ResolutionCallback
)