EPopupMethod

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h

Include

#include "Input/PopupMethodReply.h"

Syntax

enum EPopupMethod
{
    CreateNewWindow,
    UseCurrentWindow,
}

Values

Name

Description

CreateNewWindow

Creating a new window allows us to place popups outside of the window in which the menu anchor resides.

UseCurrentWindow

Place the popup into the current window.

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