UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PopupMethodReply.h File Reference
#include "CoreMinimal.h"
#include "Input/ReplyBase.h"

Go to the source code of this file.

Classes

class  FPopupMethodReply
 

Enumerations

enum class  EPopupMethod : uint8 { CreateNewWindow , UseCurrentWindow }
 
enum class  EShouldThrottle : uint8 { No , Yes }
 

Enumeration Type Documentation

◆ EPopupMethod

enum class EPopupMethod : uint8
strong
Enumerator
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. Applications that intend to run in fullscreen cannot create new windows, so they must use this method..

◆ EShouldThrottle

enum class EShouldThrottle : uint8
strong
Enumerator
No 
Yes