SEditableTextBox::SetOnKeyCharHandler

Sets the OnKeyCharHandler to provide first chance handling of the [SEditableText](API\Runtime\Slate\Widgets\Input\SEditableText)'s OnKeyChar 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 SetOnKeyCharHandler
(
    FOnKeyChar InOnKeyCharHandler
)

Remarks

Sets the OnKeyCharHandler to provide first chance handling of the SEditableText's OnKeyChar event

Parameters

Parameter

Description

InOnKeyCharHandler

Delegate to call during OnKeyChar event