Navigation
Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlProvider
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
Include | #include "ISourceControlProvider.h" |
[TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [ISourceControlLabel](API\Developer\SourceControl\ISourceControlLabel) > > GetLabels ( const [FString](API\Runtime\Core\Containers\FString) & InMatchingSpec ) const
Remarks
Get an array of labels matching the passed-in spec. an array of labels matching the spec.
Parameters
Name | Description |
---|---|
InMatchingSpec | String specifying the label spec. |