LogoLogo
What's New?API StatusOur Website
  • Morpheus Platform Documentation
  • What is Morpheus Platform?
    • Glossary
    • Interoperability
    • Support
    • EULA
  • Firewall Problems
  • CREATION
    • Unreal Development
      • Get Started
        • Download the Editor
        • Upload Content
        • Creating your Own Map
        • Morpheus Base Project
        • Differences from Unreal
          • Character Configuration
        • Morpheus Networking
          • Introduction to Morpheus Networking
          • Network Levels
          • Replicated Properties
          • RPCs
          • Morpheus Render Targets
          • Morpheus Array
          • Networking FAQ
          • Replicating Sublevels
      • Editor Versions
      • Performance Guarantees
      • Features & Guides
        • Example Plugin
          • Nameplates
          • In-Game Roles
          • Resizing
        • Actor Pooling
        • Audio
        • Avatars
          • Creating an Avatar
          • Attachments
            • MML Attachments
          • Custom Animation Variables
          • Importing an NFT Collection
          • Capsules and Mesh Transforms
        • Bots
        • Chat
          • Unreal Text Chat
        • Control Panels
          • Control Panel Configuration
          • DJ Booth Mission Control
          • Observer Controls
        • Crowd Audio
          • CrowdAudioComponent advanced configuration
        • Crowd Rendering
          • Legacy Animated Crowd
            • Animated Crowd Console Commands
            • Attaching static meshes to crowd members
          • Crowd Materials
          • Performance Parameters
          • Live Config Settings
          • Crowd Animation
            • Crowd Anim Blueprint
              • User Guide - Crowd Anim Blueprint
              • Reference Guide - ABP Nodes
                • Animation Playback
                • States and State Machines
                • Variables
                • Transitions
                • Special
                • Blends
                • Additional Notes
        • Helpers & Extras
          • "Instanced Objects" in Blueprints
          • Objects with "world context"
          • Making DataAsset classes
          • Duplicate Objects
          • The Bootflow Subsystem
          • The "Wait For Condition" System
          • Advanced Graphics Settings
          • Listening to Inputs on UObjects
          • Morpheus UserID
          • World Services
          • M2Extras: Skins System
        • Loading Screen
        • Live Config
          • Editing for a World
          • Editing Locally
          • Default Settings
          • Accessing via Blueprint
          • Adding New Settings
          • Overriding Defaults
          • Using Arrays
        • MML
        • Motion Capture
        • Networking
        • Notifications
        • Raycastable Crowd
        • Singletons
        • Streaming & Multiplatform
          • GFN on Mobile
        • UI
          • "UI Mode"
        • Video Players
          • Embedded Video Player
          • Millicast video streaming
            • How to Setup an In-Game Video Stream
            • Picture-in-Picture mode
          • Streaming Video Player
            • How to Setup a URL Video Player
            • Picture-in-Picture mode
        • Visual Debugging
          • Inspector
        • Online Services
          • KV Store Service
        • Web Browser
          • Setup the browser widget
          • Viewport browser
          • In-world browser
          • Loading embedded pages
          • Game <--> Browser Communication
          • Debugging issues
        • Web Requests
          • Http Requests
            • Legacy HTTP Nodes
          • JSON Handling
          • WebSockets
          • Identity Validation
          • Allowed External URLs
          • Walkthrough Example
            • Example Counter Service
        • World Travel
          • World Travel in the Editor
        • Avatar Physics Assets
        • Action Gameplay Helper Components
      • Workflows
        • Upgrade the Editor
        • Editing Project Settings
        • Profiling
        • Marketplace Importing
        • Extra Workflows
          • Setup Play-in-Editor
          • Setup Local Asset Validation
          • Adding Gameplay Tags
          • Validating Game Assets
          • Custom Connection Modes
          • Connect Editor to a World
          • Common Issues
      • Best Practices
    • Worlds
      • Invite Players
        • Setting Role Groups
      • Persistent Worlds
      • Always on Worlds
    • Running Events
      • Large Scale Events - Checklist
      • Anti-Cheat (EAC)
      • Player Entry
        • React Native
        • Steam
        • Hardware Requirements
      • Broadcast
        • OBS Integration
      • Failover
      • Capacity and Queue Management
  • ADMINS
    • Access Control
      • Add Metaverse Contributors
      • Create a New Project
    • Pricing
      • Development Support
      • Included Usage & Overages
      • Cloud Streaming
      • Access Modes
      • War Room Support
      • Platform SLA
    • Settings
      • Projects
  • APIs and Tooling
    • API Reference
      • Accounts
      • Events
      • Key/Value Store
      • Organizations
      • Realtime
      • User Profile
      • World Builder
      • Worlds
    • Template Web App
      • Moderation
    • Pixel Streaming
    • Launcher
  • Dashboard
    • Assets
      • Assets Versions
      • Engine Plugins
      • Project Plugins
      • Templates
    • Releases
  • Integrations
    • Analytics
      • Send Events from Web
      • Send Events from Unreal
    • Chat
      • Integrate Pubnub with your Unreal Project
      • Add Moderation to Chat
Powered by GitBook
On this page
  • Overview
  • Integration
  • Basic Mode
  • Actors Mode
  • Volume Mode
  • Additional Parameters
  • Jump Pads

Was this helpful?

  1. CREATION
  2. Unreal Development
  3. Features & Guides

Launch Pads

Last updated 2 months ago

Was this helpful?

Deprecated - We are no longer shipping Launchpads as a feature. The legacy ones will be available in the M2Deprecated plugin and a lightweight replacement will be available in the Example content.

Overview

Launch Pads launch players who enter them in a predefined direction. This provides a way for users to quickly and easily traverse the environment, and for operators to create interesting gameplay scenarios. Features include:

  • Ability to launch multiple users concurrently

  • Customisable destinations, including Actors and worldspace coordinates

  • Adjustable launch speeds and flight arcs

Integration

To add a Launch Pad to your map, place BP_LaunchPad or BP_LaunchPad_Transparent objects in your level.

There are currently three supported modes to configure launch pads.

Basic Mode

In Basic Mode, Launch Pads will launch players towards a specified Destination position.

In the Unreal Editor you can specify the Destination position by entering coordinates in the Level Editor Details Panel in the Config > Launch Pad > Destination section.

You can also use the Move Tool to drag-and-drop the destination in the Viewport.

You can see a preview of the trajectory the player will follow in editor when you select Config > Launch Pad > Show Arc in Editor. This is enabled by default.

Actors Mode

In this mode, you can add a list of actors under Config > Launch Pad > Launch Targets, and the launch pad will choose a random actor from that list as a target to launch players towards.

Volume Mode

In Volume Mode, the launch pad will launch players into a specified target area.

To specify the area to launch to, the user should move and scale a TargetVolume game object under the launch pad

Additional Parameters

  • Clicking on the Config > Recalculate button re-runs the trajectory projection and updates the Launch Speed property to find a different arc toward the target.

  • Clicking on the Config > Snap Destination to Ground button snaps the destination to the ground under it. This only works in Basic Mode.

  • To adjust Launch Speed adjust Config > Launch Pad > Launch Speed

    • Make sure you tick Config > Launch Pad > Enforce Minimum Launch Speed to ensure that players are always launched with enough speed to reach their target destination.

  • Launch Pad > Favor High Arc tries to launch the player in a higher arc, this is useful for creating striking vistas for players.

  • If Automatically Jump if Walking is set to false, the player only gets launched if they jump.

  • Automatically Jump if Falling determines if we want the player to be launched if their vertical velocity is negative (player is falling/moving downwards).

  • Must be on Ground only launches the player if they are grounded.

  • HasCustomAirControl determines if we want to change the player's air control (how much the player can move while in mid-air)

  • AirControlValue, if HasCustomAirControl is true, determines the air control value (default is 0.8)

To change the launch pad's visuals, you will have to modify the blueprint itself

Jump Pads

Jump Pads are similar to Launch Pads but, rather than launch players who enter them in a predefined direction, they launch players in their existing direction of travel.

To add a Jump Pad to your map, place a BP_JumpPad object in your level.

Launch pads in use in a Test Gym
Basic mode configuration example
Moving the destination in editor
Basic mode trajectory preview
Actors mode configuration example
Multiple trajectories calculated in Actors mode (in yellow)
Volume mode launch trajectories
Target Volume actor under the Launch Pad