Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlModule
Description
Set the current source control provider to the one specified here by name. This will assert if the provider does not exist.
| Name | SetProvider |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include Path | #include "ISourceControlModule.h" |
void SetProvider
(
const FName & InName
)
Parameters
| Name | Remarks |
|---|---|
| InName | The name of the provider |