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 ApplyOperationAndReloadPackages
&40;
const TArray< FString > & InPackagesToApplyOperation,
const TFunctionRef< bool(const TArray< FString > &)> & InOperation,
bool bReloadWorld,
bool bInteractive
&41;
Remarks
Applies the provided function and optionally reloads the world true if succeeded.
Parameters
| Name | Description |
|---|---|
| InPackagesToApplyOperation | The files/packages to apply the operation |
| InOperation | The function to apply |
| bReloadWorld | Reload the world |
| bInteractive | Whether to prompt user when discarding changes |