Unreal Engine Blueprint API Reference > Interaction
Transmits a list of characters to a widget by simulating a OnKeyChar event for each key listed in the string.
Target is Widget Interaction Component
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
string | Characters | |
boolean | Repeat |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Transmits a list of characters to a widget by simulating a OnKeyChar event for each key listed inthe string. |