How to determine which system the game is running on

I want players to have a widget with controls on mobile devices (the standard ones don’t suit me), so I want to ask how to determine which system the game is running on

Use node GetPlatformName.

It will return name of the current platform.

Thanks