UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PopupMethodReply.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Input/ReplyBase.h"
7
15
17{
18 No,
19 Yes
20};
21
23class FPopupMethodReply : public TReplyBase<FPopupMethodReply>
24{
25public:
31
37
44
47 {
48 return ShouldThrottle;
49 }
50
53 {
54 return PopupMethod;
55 }
56
58 bool IsSet() const
59 {
60 return IsEventHandled();
61 }
62
63
64public:
70
71private:
74 , PopupMethod(InMethod)
75 , ShouldThrottle(EShouldThrottle::Yes)
76 {
77 }
78
79 EPopupMethod PopupMethod;
80 EShouldThrottle ShouldThrottle;
81};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EPopupMethod
Definition PopupMethodReply.h:9
EShouldThrottle
Definition PopupMethodReply.h:17
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition PopupMethodReply.h:24
FPopupMethodReply & SetShouldThrottle(EShouldThrottle InShouldThrottle)
Definition PopupMethodReply.h:39
EPopupMethod GetPopupMethod() const
Definition PopupMethodReply.h:52
bool IsSet() const
Definition PopupMethodReply.h:58
EShouldThrottle GetShouldThrottle() const
Definition PopupMethodReply.h:46
static FPopupMethodReply UseMethod(EPopupMethod WithMethod)
Definition PopupMethodReply.h:33
FPopupMethodReply()
Definition PopupMethodReply.h:65
static FPopupMethodReply Unhandled()
Definition PopupMethodReply.h:27
bool bIsHandled
Definition ReplyBase.h:33
bool IsEventHandled() const
Definition ReplyBase.h:19
Definition ReplyBase.h:41
FPopupMethodReply & Me()
Definition ReplyBase.h:59
@ false
Definition radaudio_common.h:23