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
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

On this page
  • Understanding Direct Flow's settings
  • How to use Direct Flow:
  1. Arcware Cloud Platform
  2. Add-ons guide

Direct Flow

Arcware Cloud user portal - Add-ons guide

PreviousAdd-ons guideNextAsset Management

Last updated 1 year ago

Note: This guide assumes that you have purchased the Direct Flow Add-on. If you would like to learn how to purchase Add-ons for your plan, please read the '' section...

With Direct Flow, you have the power to effortlessly link your local Unreal projects to Arcware Cloud. Using Direct Flow speeds up your development process, as it removes the need to upload your package to Arcware Cloud for testing. It also enables you to harness the full potential of your local machine for smooth, uninterrupted streaming.

Understanding Direct Flow's settings

  1. Direct Flow information: This information here shows you the name, license number and activation status of this specific Direct Flow.

  2. Project: Here you can select which one of your projects in Arcware Cloud you want to link this Direct Flow to. The project you select will provide the configuration for the Direct Flow stream, meaning you will use the settings from the chosen Arcware Cloud project, but the application from your local machine.

  3. Token: The token is a generated unique ID, which is present in the Share Link and Start Parameter, it's used to link your Unreal Project to Arcware Cloud. You have the possibility here to generate a new token if needed, but understandably, this will mean any previous connections you set up with this token are now invalid and you need to copy the Share Link and Start Parameter again. It would be a good practice to regenerate your Token after every time you share the Share Link with someone, as this will remove access for all users and prevent anyone from accidentally blocking your Direct Flow connection by using the link themselves.

  4. Share Link: Clicking this button will open your Direct Flow stream via a new tab in your web browser. The Share Link can be used to view your stream (as long as your Unreal Project/application is still running on your local machine).

  5. Preview Link: Clicking this button will open your Direct Flow stream as a preview window inside Arcware Cloud (only viewable by you)

  6. Copy Start Parameter: This will automatically copy the Start Pararemeter to your clipboard. The Start Parameter is what you will need to copy/paste into the 'Launch Parameters' of your Unreal project or your packaged Unreal application, to allow connection to Arcware Cloud. This parameter uses the previously mentioned 'Token', so naturally if you regenerate the Token you will need to copy the Start Parameter to Unreal again.

  7. Manage Subscription: Clicking this button will direct you to the Manage Subscriptions page, where you can view or make changes to your Direct Flow Add-on.

How to use Direct Flow:

  1. Click 'Add new Direct Flow' (you can of course use an existing Direct Flow instead)

  1. Give the Direct Flow a name

  2. Click 'Create Direct Flow'

  1. Click 'Copy Start Parameter'

  1. Open Share Link: Once you have pasted the Start Parameter into your Unreal project/application and it is launched/running, you can then open the Share Link belonging to the Direct Flow.

  1. Finished! Now you have successfully connected your local Unreal project to Arcware Cloud via DirectFlow.

Then either paste the Start Parameter into your Unreal project or into a packaged Unreal application... How to add Start Parameter to Unreal Engine project: - Open your Unreal Engine project - Navigate to 'Advanced Settings'. - Paste the Start Parameter into 'Additional Start Parameters'. - Launch the project as 'Standalone Game'. - Your Unreal Project is now ready for Direct Flow. How to add Start Parameter to Unreal Engine packaged application: - Create a Shortcut to your application. (right click > Create Shortcut) - Open the properties of the Shortcut. (right click > Properties) - Paste the Start Parameter into the 'Target' field and click OK. You will need to leave a single empty space after the existing path and then paste the Start Parameter there. - Run the Shortcut. - Your Unreal application is now ready for Direct Flow.

πŸ‘‘
10. Add-ons