ISourceControlProvider::GetLabels

Get an array of labels matching the passed-in spec.

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlProvider.h"

Syntax

TArray< TSharedRef< class ISourceControlLabel > > GetLabels
(
    const FString & InMatchingSpec
) const

Remarks

Get an array of labels matching the passed-in spec.

Returns

an array of labels matching the spec.

Parameters

Parameter

Description

InMatchingSpec

String specifying the label spec.

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