Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UUnrealEdEngine
Description
Prompts the user with a modal checkout dialog to checkout packages from source control. This should only be called by the auto prompt to checkout package notification system. For a general checkout packages routine use FEditorFileUtils::PromptToCheckoutPackages
| Name | PromptToCheckoutModifiedPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h |
| Include Path | #include "Editor/UnrealEdEngine.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/UnrealEdSrv.cpp |
void PromptToCheckoutModifiedPackages
(
bool bPromptAll
)
Parameters
| Name | Remarks |
|---|---|
| bPromptAll | If true we prompt for all packages in the PackageToNotifyState map. If false only prompt about ones we have never prompted about before. |