FPopupMethodReply

Reply informs Slate how it should express the popup: by creating a new window or by reusing the existing window.

Windows
MacOS
Linux

Inheritance Hierarchy

FReplyBase

TReplyBase

FPopupMethodReply

References

Module

SlateCore

Header

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

Include

#include "Input/PopupMethodReply.h"

Syntax

class FPopupMethodReply : public TReplyBase< FPopupMethodReply >

Remarks

Reply informs Slate how it should express the popup: by creating a new window or by reusing the existing window.

Constructors

Name Description

Public function

FPopupMethodReply()

Functions

Name Description

Public function Const

EPopupMethod

 

GetPopupMethod()

Which method to use for the popup: new window or reuse current window

Public function Const

EShouldThrot...

 

GetShouldThrottle()

Should we throttle the engine?

Public function Const

bool

 

IsSet()

Alias for IsEventHandled for situations where this is used as optional

Public function

FPopupMethod...

 

SetShouldThrottle

(
    EShouldThrottle InShouldThrottle
)

Specify whether we should throttle the engine ticking s.t.

Public function Static

FPopupMethod...

 

Unhandled()

Create a reply that signals not having an opinion about the popup method

Public function Static

FPopupMethod...

 

UseMethod

(
    EPopupMethod WithMethod
)

Create a reply that specifies how a popup should be handled.

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