ISourceControlProvider::GetStateBranchIndex

Gets the state index of the specified branch, higher index branches are generally closer to releases

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlProvider.h"

Syntax

int32 GetStateBranchIndex
(
    const FString & BranchName
) const

Remarks

Gets the state index of the specified branch, higher index branches are generally closer to releases

Returns

the index of the specified branch

Parameters

Parameter

Description

BranchName

Names of the branches to query

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