SMultiLineEditableTextBox::SetOnKeyCharHandler

Sets the OnKeyCharHandler to provide first chance handling of the [SMultiLineEditableText](API\Runtime\Slate\Widgets\Text\SMultiLineEditableText)'s OnKeyChar event

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SMultiLineEditableTextBox.h"

Source

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

Syntax

void SetOnKeyCharHandler
(
    FOnKeyChar InOnKeyCharHandler
)

Remarks

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

Parameters

Parameter

Description

InOnKeyCharHandler

Delegate to call during OnKeyChar event