Skip to main content

Configuration

The input stored in the DT_AFT_InputConfiguration

Each line is a GameInput

AFT - OLD

A GameInput contains a list of PlateformInput

You can found input struct here :

AFT - OLD

So a PlateformInput have :

  • Key : Like in Unreal project setting. Is the key needed to trigger this plateform input
  • The input icon
  • The input platefrom controller representation (keyboard, PC Controller, Switch, etc)

AFT - OLD