ISourceControlProvider::GetLabel

Get a label matching the passed-in name.

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlProvider.h"

Source

/Engine/Source/Developer/SourceControl/Private/ISourceControlProvider.cpp

Syntax

virtual TSharedPtr< class ISourceControlLabel > GetLabel
(
    const FString & InLabelName
) const

Remarks

Get a label matching the passed-in name.

Returns

the label, if any

Parameters

Parameter

Description

InLabelName

String specifying the label name

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