UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEventReply Struct Reference

#include <SlateWrapperTypes.h>

Public Member Functions

 FEventReply (bool IsHandled=false)
 

Public Attributes

FReply NativeReply
 

Detailed Description

Allows users to handle events and return information to the underlying UI layer.

Examples
/work/Engine/Source/Runtime/UMG/Public/Components/Widget.h.

Constructor & Destructor Documentation

◆ FEventReply()

FEventReply::FEventReply ( bool  IsHandled = false)
inline

Member Data Documentation

◆ NativeReply

FReply FEventReply::NativeReply

The documentation for this struct was generated from the following file: