Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Editor > API/Editor/UnrealEd/Editor/UUnrealEdEngine
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h |
Include | #include "Editor/UnrealEdEngine.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/UnrealEdSrv.cpp |
void PromptToCheckoutModifiedPackages
&40;
bool bPromptAll
&41;
Remarks
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
Parameters
Name | Description |
---|---|
bPromptAll | If true we prompt for all packages in the PackageToNotifyState map. If false only prompt about ones we have never prompted about before. |