UWidgetInteractionComponent::SendKeyChar

Transmits a list of characters to a widget by simulating a OnKeyChar event for each key listed in the string.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/WidgetInteractionComponent.h

Include

#include "Components/WidgetInteractionComponent.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/WidgetInteractionComponent.cpp

Syntax

virtual bool SendKeyChar
(
    FString Characters,
    bool bRepeat
)

Remarks

Transmits a list of characters to a widget by simulating a OnKeyChar event for each key listed in the string.

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