IMerge

The public interface to this module

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

TSharedPtr< ...

 

GenerateMergeWidget

(
    const UBlueprint& Object,
    TSharedRef< class FBlueprintEditor ...
)

Generates a widget used to perform a three way merge operation.

Public function

TSharedPtr< ...

 

GenerateMergeWidget

(
    const UBlueprint* BaseBlueprin...,
    const UBlueprint* RemoteBluepr...,
    const UBlueprint* LocalBluepri...,
    const FOnMergeResolved& MergeResol...,
    TSharedRef< class FBlueprintEditor ...
)

Public function Static

IMerge &

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Public function Const

bool

 

PendingMerge

(
    const UBlueprint& BlueprintObj
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss