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