FViewportClient::InputChar

Check a character input received by the viewport.

Windows
MacOS
Linux

Override Hierarchy

FViewportClient::InputChar()

UGameViewportClient::InputChar()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealClient.h

Include

#include "UnrealClient.h"

Syntax

virtual bool InputChar
(
    FViewport * Viewport,
    int32 ControllerId,
    TCHAR Character
)

Remarks

Check a character input received by the viewport. If the viewport client uses the character, it should return true to consume it.

Returns

True to consume the character, false to pass it on.

Parameters

Parameter

Description

Viewport

The viewport which the axis movement is from.

ControllerId

The controller which the axis movement is from.

Character

The character.

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