ISourceControlState::GetOtherBranchHeadModification

Get head modification information for other branches

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlState.h

Include

#include "ISourceControlState.h"

Syntax

bool GetOtherBranchHeadModification
(
    FString & HeadBranchOut,
    FString & ActionOut,
    int32 & HeadChangeListOut
) const

Remarks

Get head modification information for other branches

Returns

true with parameters populated if there is a branch with a newer modification (edit/delete/etc)

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