Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewportClient
Description
Check a character input received by the viewport. If the viewport client uses the character, it should return true to consume it.
Derived Overrides
| Name | InputChar |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ViewportClient.h |
| Include Path | #include "ViewportClient.h" |
virtual bool InputChar
(
FViewport * Viewport,
int32 ControllerId,
TCHAR Character
)
True to consume the character, false to pass it on.
Parameters
| Name | Remarks |
|---|---|
| Viewport | The viewport which the axis movement is from. |
| ControllerId | The controller which the axis movement is from. |
| Character | The character. |