SEditableTextBox::SetOnKeyDownHandler

Sets the OnKeyDownHandler to provide first chance handling of the [SEditableText](API\Runtime\Slate\Widgets\Input\SEditableText)'s OnKeyDown event

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h

Include

#include "Widgets/Input/SEditableTextBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.cpp

Syntax

void SetOnKeyDownHandler
(
    FOnKeyDown InOnKeyDownHandler
)

Remarks

Sets the OnKeyDownHandler to provide first chance handling of the SEditableText's OnKeyDown event

Parameters

Parameter

Description

InOnKeyDownHandler

Delegate to call during OnKeyDown event