Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
| Name | FPromptForCheckoutAndSaveParams |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include Path | #include "FileHelpers.h" |
Syntax
struct FPromptForCheckoutAndSaveParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPromptForCheckoutAndSaveParams() |
FileHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| 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 |