Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlProvider
Description
Creates a new instance of the source control provider type. Derived providers should implement this if they can more than one provider of the same type existing.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
| Include Path | #include "ISourceControlProvider.h" |
virtual TUniquePtr < ISourceControlProvider > Create
(
const FStringView & OwnerName,
const FSourceControlInitSettings & InitialSettings
) const