LogoLogo
Quick Links
  • Arcware Cloud
  • Arcware Cloud Platform
    • Getting started with Arcware Cloud
      • Sign up and sign in
      • Select a Plan & Creating your Tenant
      • Creating your Tenant
      • 04. Creating your first project
      • 05. Upload and manage your Unreal packages
      • 06. Setting up your project
      • 07. Preview and share the stream
      • 08. Upgrade your Tenant
      • πŸ‘‘09. Organization
      • πŸ‘‘10. Add-ons
      • 11. Help Center
      • πŸ‘‘12. Customer Support
    • πŸ‘‘Add-ons guide
      • Direct Flow
      • Asset Management
    • Advanced settings
      • 01. AFK Module - User inactivity
      • 02. Max instance run-time
    • Common Arcware Cloud Questions
  • Unreal Engine Setup
    • Set up Pixel Streaming in your own project​
      • 01. Core Settings
        • 01.1. Plugin
        • 01.2. Pixel Streaming Input / Json messages
        • 01.3. Resolution
        • 01.4. Camera Aspect Ratio
        • 01.5. Framerate
        • 01.6. Mouse
        • 01.7. Touch Input Setup for Mobile
        • 01.8. DirectX version
      • 02. Optional Settings
        • 02.1 Touch Controllers
        • 02.2 Playing Media files
    • Using the Arcware Pixel Streaming Template Project
      • Template Overview
      • Getting Started
        • 01. Template download
        • 02. Arcware Blueprints
          • 02.1. Arcware GameMode
          • 02.2. Arcware Player Controller
            • 02.2.1. Sending and Receiving Json messages
            • 02.2.2. Creating and Testing Your Own Events
          • 02.3. Arcware Pawn
            • 02.3.1 Change Movement Mode
            • 02.3.2 Set Collision Channels
            • 02.3.3 Add new camera views
          • 02.4. Arcware HUD
        • 03. Packaging your project
  • ARCWARE FEATURES
    • Screenshot Functionality
      • Frontend Overview
        • Web UI
        • In-Game UI
      • Blueprint overview
  • Web Integration
    • ⬆️PixelStreaming WebSDK
      • Implementing the stream on your app
        • Getting Started
        • Code examples
          • Javascript + HTML
          • React
          • VueJS
          • AngularJS
        • Migration from @arcware/webrtc-plugin
        • Best practices
      • Configuration
      • Interacting with the Stream
        • Stream Container
        • Video Element
        • Customizing the User Interface
        • Handling Dynamic Content
        • Stream Display Customization
      • Interacting with Unreal Engine
      • In depth
        • Ticket destroyed.
        • Events handlers
        • Disconnect
        • ConnectionIdentifier
        • Settings-Menu
        • AFK-module
      • Showcase
    • ⬇️WebRTC Plugin
      • Getting started
      • Props and Types
      • SizeContainer, container and videoRef
      • Enabling the audio
      • Afk-module
      • Interacting with Unreal Engine
      • Example WebRTC Plugin Applications
        • React
        • AngularJS
        • VueJS
        • Plain HTML
Powered by GitBook
On this page
  • Unreal Engine Project Preparation
  • Arcware Cloud Upload Process
  • Deleting a package upload
  1. Arcware Cloud Platform
  2. Getting started with Arcware Cloud

05. Upload and manage your Unreal packages

Arcware Cloud user portal - Getting Started

Previous04. Creating your first projectNext06. Setting up your project

Last updated 1 year ago

LogoLogo

Arcware Cloud Platform

  • Getting started​
  • Add-ons guide
  • Common Arcware Cloud Questions

Unreal Engine Setup

  • Set up Pixel Streaming in your own project​
  • Using the Arcware Pixel Streaming Template Project
  • Common Unreal Engine Questions

Arcware Features

  • Screenshot Functionality

Web Integration

  • PixelStreaming WebSDK
  • WebRTC Plugin

Copyright 2024 - Arcware GmbH

Unreal Engine Project Preparation

Before uploading a packaged project to Arcware Cloud, please make sure that you follow the minimum required steps to prepare your package for streaming...

  1. Unreal Engine Version Ensure you are using a supported version of Unreal Engine (4.27 or 5.1 or 5.2 or 5.3)

  2. Ensure your application starts fast and allows immediate connection to the signaling server. - The Unreal Engine application must start within '15' seconds - Pop-up messages that require user interaction during the application start-up, must not be present. - Startup animations/videos that prevent the immediate connection to the pixel streaming signaling must not be present.

  3. Enable the Pixel Streaming plugin in your Unreal Engine project. If you already have a packaged project and you're not sure if the Pixel Streaming plugin is enabled, you can navigate to the following folders to check if the plugin is present or not...

  1. Add the Pixel streaming input component + Set Resolution blueprint nodes. Please follow the link below...

01.2. Pixel Streaming Input / Json messages
  1. Package your project. Before packaging, make sure you assign the desired Game Mode + Default Map in the 'Project Settings'. Packaging as a 'Windows - Shipping' build is recommended.

  2. Zip up your packaged project files. You can either zip the root folder containing your package (Zip method 01) or zip all the contents from within the root folder (Zip method 02)

  1. Package Ready... Now you have a packaged Unreal Engine application ready to upload to Arcware Cloud.

The steps listed above are the minimum required to turn your Unreal Engine project into a testable streamed application. To get the highest quality experience and ensure you have all desired features working correctly in your streamed Unreal Engine application, please consult the following section with a more in-depth guide to preparing Unreal Engine for Pixel Streaming. Set up Pixel Streaming in your own project​

Arcware Cloud Upload Process

  1. Log in to Arcware Cloud, open your streaming project. Go to https://platform.arcware.cloud, navigate to the 'Projects' tab and choose the streaming project for which you would like to upload the package into.

  1. Project overview. 1. You will notice in the top right corner of the project page, your project is automatically set to 'Disabled' until you upload your first package. 2. Once inside your desired project, click on the 'Packages' section.

  1. Upload your zipped package to Arcware Cloud. Once inside the 'Packages' section, Drag and drop your zipped package into the upload box (manual browsing to your package is also possible). The upload will start immediately.

Note: If you don't yet have an Unreal Engine project, but you would like to test the upload process, an example package is provided here... https://arcware3d.sharepoint.com/:f:/g/Evlm0MS-Y-RFnGoRw57l29EBjffjddrX30-uDxNwb2BgVA?e=CF87FP

  1. Track the upload/scanning/gauging progress. Every upload you do will be shown in a list with their respective status. If you refresh the page during the upload process you will see a notification asking if you want to continue where you left off.

After the upload process has finished, you can then observe the status of the following stability checks for your package.

Your upload will not automatically be available for streaming. It first needs to undergo virus scanning and a simple automated test, to check that pixel streaming is enabled and that your application doesn't crash on startup.

  1. Release your package. If Upload / AV Scanning / Testing phases are all successful, you will then be presented with the option to 'Release' your package.

Note: The default platform behavior is that the package is not released automatically, however, there is a toggle to 'Auto-Release' your package once the upload is finished.

When you release the package it will kill all current running connections to your stream, thus, you should plan when to do new releases in order not to disrupt your stream users.

After pressing the release button, it will still take some time to download your package to our system and to distribute it on the servers. Please wait approximately 30 minutes for the stream to be viewable.

  1. Enable Project Now that you have uploaded your first package to your project, you will be able to 'Enable' your project, to allow it to be streamed.

Warning: If your Unreal Engine package shows it has uploaded successfully but does not seem to start correctly after releasing it on the platform, please consider the following Unreal Engine application 'start-up' guidelines... - The Unreal Engine application must start within '15' seconds - Pop-up messages that require user interaction during the application start-up, must NOT be present. - Startup animations/videos that prevent the immediate connection to the pixel streaming signaling If any of these issues are present in your uploaded package, then eventually, you will notice the project is automatically disabled after some time. If this happens, it's because the Arcware Cloud platform recognizes that your application does not start after multiple attempts and subsequently disables the project, to spare your streaming resources. We will work on more automated feedback for this in the future. Currently, the best thing you can do to avoid these issues is to debug your applications start-up on your local machine, before uploading it to the platform.

Note: Arcware Cloud displays all past uploads for you (failed and succeeded), to keep an overview of all your attempts. You have the ability to Delete previous uploads to keep the list clean. It will always be possible to release past uploads again, providing that you haven't deleted them from the list.

Note: Add 'Tags' to your Unreal Engine package uploads. This will keep your uploads manageable and help to identify the package uploads you consider to be 'stable'. You may want to revert back to a stable version of your stream at a later stage.

Note: Please keep in mind that you have a limited amount of package 'Uploads' / 'Releases' (the limit is determined by your tenant plan for each project/each month)


Deleting a package upload

There is also the possibility to delete an uploaded package from your uploads list by clicking the Options button next to your desired upload, and then clicking 'Delete'. You can't delete the actual Project on the platform yourself, but you can however delete the uploaded packages from the project instead if you want to remove your data.

Note: Deleting previously uploaded packages from the list will not increase your overall upload limit for the month.

PixelStreaming Plugin location for UE4.27
PixelStreaming Plugin location for UE5.1
Zip method 01
Zip method 02
Uploading and releasing packages will still work for disabled projects, but if you want to see the project streamed, please make sure to enable it here in the project settings after your first upload
Upload process
Scanning Process
Testing Process
Press to release your package
Confirm package release if intented
Enable project
https://platform.arcware.cloud/projects