FEditorFileUtils::PromptToCheckoutLevels

Overloaded version of PromptToCheckOutLevels which prompts the user with a check-box dialog allowing him/her to check out the relevant level package if necessary

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h

Include

#include "FileHelpers.h"

Source

/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp

Syntax

static bool PromptToCheckoutLevels
(
    bool bCheckDirty,
    ULevel * SpecificLevelToCheckOut
)

Remarks

Overloaded version of PromptToCheckOutLevels which prompts the user with a check-box dialog allowing him/her to check out the relevant level package if necessary

Returns

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

Parameter

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

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