ISourceControlProvider::RegisterStateBranches

Register branches to query for state in addition to the current branch

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlProvider.h"

Syntax

void RegisterStateBranches
(
    const TArray< FString > & BranchNames,
    const FString & ContentRoot
)

Remarks

Register branches to query for state in addition to the current branch

Parameters

Parameter

Description

BranchNames

Names of the branches to query

ContentRoot

Path to the content root for branch mapping

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