Navigation
API > API/Editor > API/Editor/SourceControlWindows > API/Editor/SourceControlWindows/FSourceControlWindows
References
| Module | SourceControlWindows |
| Header | /Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h |
| Include | #include "SourceControlWindows.h" |
| Source | /Engine/Source/Editor/SourceControlWindows/Private/SSourceControlRevert.cpp |
static bool PromptForRevert
&40;
const TArray< FString > & InPackageNames,
bool bInReloadWorld
&41;
Remarks
Prompt the user with a revert files dialog, allowing them to specify which packages, if any, should be reverted. true if the files were reverted; false if the user canceled out of the dialog
Parameters
| Name | Description |
|---|---|
| InPackageNames | Names of the packages to consider for reverting |
| bInReloadWorld | Reload the world as part of the revert operation |