FReplyBase

Base class for all the ways that a Slate Widget can reply to events.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

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

Include

#include "Input/ReplyBase.h"

Syntax

class FReplyBase

Remarks

Base class for all the ways that a Slate Widget can reply to events. Typical replies include requests to set focus, capture or release the pointer, signify a cursor preference, etc.

Variables

Name Description

Protected variable

bool

 

bIsHandled

Has a widget handled an event.

Protected variable

TSharedPtr< SWi...

 

EventHandler

Widget that handled the event that generated this reply.

Constructors

Name Description

Protected function

FReplyBase

(
    bool InIsHandled
)

A reply can be handled or unhandled.

Functions

Name Description

Public function Const

const TShare...

 

GetHandler()

The widget that ultimately handled the event

Public function Const

bool

 

IsEventHandled()

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