unreal.CommonInputMode¶
- class unreal.CommonInputMode¶
Bases:
EnumBaseECommon Input Mode
C++ Source:
Plugin: CommonUI
Module: CommonInput
File: CommonInputModeTypes.h
- ALL: CommonInputMode = Ellipsis¶
Input is received by UI and the Game
- Type:
2
- GAME: CommonInputMode = Ellipsis¶
Input is received by the Game only
- Type:
1
- MENU: CommonInputMode = Ellipsis¶
Input is received by the UI only
- Type:
0