UUnrealEdEngine::PromptToCheckoutModifiedPackages

Prompts the user with a modal checkout dialog to checkout packages from source control.

Windows
MacOS
Linux

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

Syntax

void PromptToCheckoutModifiedPackages
(
    bool bPromptAll
)

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

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss