Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document outlines how to make your UE Application able to receive inputs from mobile devices. In order to achieve your mobile configuration, it will require modifications to both your Control Panel Config and Unreal Engine (UE) Project.

Tip

Eagle has created a demo UE Project showcasing how to make your UE Project compatible for mobile while pixel streaming. Click this link to Download Eagle’s UE Project for Mobile Controls While Pixel Streaming.

...

Control Panel

...

Config

In order to receive touch commands on Mobile devices, enable ‘fakeMouseWithTouches’ in your Config from your Control Panel. These steps outlined below:

  1. Sign in to your control panel (Eagle 3D Streaming | Control Panel)

  2. Go to the ‘CONFIG SELECTION’ and select your targeted config through the dropdown menu

  3. After the config is selected, click ‘Edit’

  4. When the config dialog box pops up, select ‘Mouse’

  5. Click on ‘fakeMouseWithTouches’ so that there is a checkmark inside the checkmark box (shown below)

  6. Click ‘Save’ and close Config dialog box

...

...

Unreal Engine (UE) Project

Unreal Project Setup

Tip

This Guide shows how to setup project for Mobile and Desktop Devices both while using Eagle Pixel Streaming.

...