Navigation
API > API/Developer > API/Developer/Merge
The public interface to this module
| Name | IMerge |
| Type | class |
| Header File | /Engine/Source/Developer/Merge/Public/Merge.h |
| Include Path | #include "Merge.h" |
Syntax
class IMerge : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< class SDockTab > GenerateMergeWidget
(
const UBlueprint& Object, |
Generates a widget used to perform a three way merge operation. | Merge.h | |
TSharedPtr< class SDockTab > GenerateMergeWidget
(
const UBlueprint* BaseBlueprint, |
Merge.h | ||
bool PendingMerge
(
const UBlueprint& BlueprintObj |
Merge.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Singleton-like access to this module's interface. | Merge.h | ||
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | Merge.h |