Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlProvider
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
| Include | #include "ISourceControlProvider.h" |
TArray< FSourceControlChangelistRef > GetChangelists
&40;
EStateCacheUsage::Type InStateCacheUsage
&41;
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). |