Choose your operating system:
Windows
macOS
Linux
| FReplyBase
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Input/PopupMethodReply.h |
Include |
#include "Input/PopupMethodReply.h" |
class FPopupMethodReply : public TReplyBase< FPopupMethodReply >
Reply informs Slate how it should express the popup: by creating a new window or by reusing the existing window.
Name | Description | |
---|---|---|
|
FPopupMethodReply() |
Name | Description | ||
---|---|---|---|
|
GetPopupMethod() |
Which method to use for the popup: new window or reuse current window |
|
|
EShouldThrot... |
GetShouldThrottle() |
Should we throttle the engine? |
|
IsSet() |
Alias for IsEventHandled for situations where this is used as optional |
|
|
FPopupMethod... |
SetShouldThrottle ( |
Specify whether we should throttle the engine ticking s.t. |
|
FPopupMethod... |
Unhandled() |
Create a reply that signals not having an opinion about the popup method |
|
FPopupMethod... |
UseMethod ( |
Create a reply that specifies how a popup should be handled. |