Navigation
API > API/Runtime > API/Runtime/UMG
Allows users to handle events and return information to the underlying UI layer.
| Name | FEventReply |
| Type | struct |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h |
| Include Path | #include "Components/SlateWrapperTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FEventReply
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEventReply
(
bool IsHandled |
Components/SlateWrapperTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NativeReply | FReply | Components/SlateWrapperTypes.h |