Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include | #include "FileHelpers.h" |
Syntax
struct FPromptForCheckoutAndSaveParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAlreadyCheckedOut | If true the user will be prompted with a list of packages to save, otherwise all passed in packages are saved | |
| bool | bCanBeDeclined | If true, the user will not be prompted with the source control dialog | |
| bool | bCheckDirty | ||
| bool | bIsExplicitSave | If true, offer a "Don't Save" option in addition to "Cancel", which will not result in a cancellation return code. | |
| bool | bPromptToSave | If true, only packages that are dirty in PackagesToSave will be saved | |
| FText | Message | If bPromptToSave true provides a dialog title | |
| TArray< UPackage * > * | OutFailedPackages | If bPromptToSave true provides a dialog message | |
| FText | Title | If true, marks the save as explicit. |
Constructors
| Type | Name | Description | |
|---|---|---|---|