FReply::Handled

An event should return a [FReply::Handled()](API\Runtime\SlateCore\Input\FReply\Handled) to let the system know that an event was handled.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/Reply.h"

Syntax

static FReply Handled()

Remarks

An event should return a FReply::Handled() to let the system know that an event was handled.

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