Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils > API/Editor/UnrealEd/FEditorFileUtils/PromptToCheckoutLevels
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static bool PromptToCheckoutLevels
(
bool bCheckDirty,
ULevel * SpecificLevelToCheckOut
)
Remarks
Overloaded version of PromptToCheckOutLevels which prompts the user with a check-box dialog allowing them to check out the relevant level package if necessary true if the user did not cancel out of the dialog and has potentially checked out some files (or if there is no source control integration); false if the user cancelled the dialog
Parameters
| Name | Description |
|---|---|
| bCheckDirty | If true, non-dirty packages won't be added to the dialog |
| SpecificLevelToCheckOut | The level whose package will display in the dialog if it is under source control |