FPackagesDialogModule::CreatePackagesDialog

Used to create the package dialog window

Windows
MacOS
Linux

References

Module

PackagesDialog

Header

/Engine/Source/Editor/PackagesDialog/Public/PackagesDialog.h

Include

#include "PackagesDialog.h"

Source

/Engine/Source/Editor/PackagesDialog/Private/PackagesDialog.cpp

Syntax

virtual void CreatePackagesDialog
(
    const FText & Title,
    const FText & Message,
    bool InReadOnly,
    bool InAllowSourceControlConnection,
    const FSimpleDelegate & InOnSourceControlStateChanged
)

Remarks

Used to create the package dialog window

Parameters

Parameter

Description

Title

The title of the package dialog window

Message

The message that gets displayed in the package dialog window

InReadOnly

When true, this dialog only shows a list of packages without the ability to filter

InAllowSourceControlConnection

When true, this dialog displays a 'connect to source control' button when needed

InOnSourceControlStateChanged

Delegate called when the source control state changes

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