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)< [FSourceControlChangelistRef](API\Developer\SourceControl\FSourceControlChangelistRef) > GetChangelists ( [EStateCacheUsage::Type](API\Developer\SourceControl\EStateCacheUsage__Type) InStateCacheUsage )
Remarks
Returns the list of available changelists if the underlying source control supports the 'changelist' concept.
Parameters
Name | Description |
---|---|
InStateCacheUsage | True to retrieve the list from a local cache, false to request it from the server (if any). |