Navigation
API > API/Developer > API/Developer/SourceControl
References
| |
|
| Module |
SourceControl |
| Header |
/Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h |
| Include |
#include "SourceControlHelpers.h" |
Syntax
class FScopedSourceControl
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