Streampixel Documentation
CtrlK
  • Resources
    • Quick Start Guide
      • Register & Sign In
      • Prepare your Unreal Engine project for Windows
      • Configuring Your Project
      • Uploading Your Build
      • Sharing & Embedding
      • Resolution Settings
      • Codec Settings
      • Mouse Settings
      • Custom Loading UI
      • Frontend Settings
      • Security Control
      • Analytics Feature
      • Additional Settings
    • Custom Integration Guide
      • Iframe Integeration
        • Basic Iframe Integeration
        • Frontend and Application Communication
        • Stream States
        • Stream Control Commands
        • Sample Code for HTML and React
      • WebSDK Integration
        • Installation
        • Quick Start
        • Configuration Options
        • Frontend Controls
        • Unreal Communication
        • Example Project (Github)
      • Blueprint Setup for Sending and Receiving JSON Messages from the Frontend in Unreal Engine
      • API Reference
        • API Authentication
        • Finding Your User & Project IDs
        • Upload File API
    • Additional Unreal Engine Features
      • Playing Media Files
  • Frequently Asked Questions
Powered by GitBook
On this page
  1. Resources
  2. Additional Unreal Engine Features

Hide/Unhide Touch Controls

In order to make your application usable on touch devices, then the best way is to create a touch interface for your touch controls.

Streampixel frontend automatically detects whether the device on which the user is accessing the application is a touch device or not. The same is passed as a message to your unreal engine application and all you need to do is to detect the message and change the touch interface.

An example is shown below

Last updated 11 months ago