Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/USourceControlHelpers
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h |
| Include | #include "SourceControlHelpers.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp |
static bool RevertAndReloadPackages
&40;
const TArray< FString > & InPackagesToRevert,
bool bRevertAll,
bool bReloadWorld
&41;
Remarks
Reverts the provided files then reloads packages. true if succeeded.
Parameters
| Name | Description |
|---|---|
| InPackagesToRevert | The packages to revert |
| bRevertAll | Whether to revert all files |
| bReloadWorld | Reload the world |