| bAlreadyCheckedOut |
bool |
If true the user will be prompted with a list of packages to save, otherwise all passed in packages are saved |
FileHelpers.h |
|
| bCanBeDeclined |
bool |
If true, the user will not be prompted with the source control dialog |
FileHelpers.h |
|
| bCheckDirty |
bool |
|
FileHelpers.h |
|
| bIsExplicitSave |
bool |
If true, offer a "Don't Save" option in addition to "Cancel", which will not result in a cancellation return code. |
FileHelpers.h |
|
| bPromptToSave |
bool |
If true, only packages that are dirty in PackagesToSave will be saved |
FileHelpers.h |
|
| Message |
FText |
If bPromptToSave true provides a dialog title |
FileHelpers.h |
|
| OutFailedPackages |
TArray< UPackage * > * |
If bPromptToSave true provides a dialog message |
FileHelpers.h |
|
| Title |
FText |
If true, marks the save as explicit. |
FileHelpers.h |
|