Navigation
Unreal Engine C++ API Reference > Developer > SourceControl
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h |
Include | #include "SourceControlHelpers.h" |
Syntax
class FScopedSourceControl
Remarks
Helper class that ensures FSourceControl is properly initialized and shutdown by calling Init/Close in its constructor/destructor respectively.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor; Initializes Source Control Provider |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructor; Closes Source Control Provider |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
ISourceControlProvider & | GetProvider () |
Get the provider we are using |