unreal.CommonInputMode

class unreal.CommonInputMode

Bases: EnumBase

ECommon Input Mode

C++ Source:

  • Plugin: CommonUI

  • Module: CommonInput

  • File: CommonInputModeTypes.h

ALL: CommonInputMode

Input is received by UI and the Game

Type:

2

GAME: CommonInputMode

Input is received by the Game only

Type:

1

MENU: CommonInputMode

Input is received by the UI only

Type:

0