What’s this? #
The touch interface subsystem is a LocalPlayerSubsystem which is automatically created and associated to each player (LocalPlayer). This subsystem will allow you to add the touch interface (widget) that contains the virtual inputs for each player. Therefore, Touch Interface Designer is ready for multiplayer!
It also contains functions that allow you to modify the virtual controls contained in the touch interface within the game, for example by temporarily hiding a virtual input or disabling interaction.
How to use Touch Interface Subsystem? #
In Blueprint
In C++