Existent Unreal Plugin
v0.0.1
v0.0.1
  • 👋Welcome
  • Overview
    • 💡What we do
    • ✨Features
    • 📕Glossary
    • 🐞Bug Reports & Feature Requests
    • ❓FAQ
    • 🗒️Release Notes
      • Existent v0.0.1 Release Notes
  • Learning Existent
    • 📘High-Level Overview
    • 🛠️Hardware Setup
    • 🖥️Getting Started
      • Installing Unreal Engine
      • Installing Existent Plugin
      • Setting Up a New Project
      • Creating your first Map
        • Duplicating the Starter Level
        • Creating and Configuring the Stage
      • Setting up Player Pawns & Animations
      • Running the Experience
    • 🎭Backstage Mode
    • 📼Session recording & playback
    • 🌉RealityBridge
  • GUIDES
    • 👨‍💼Customising Player Avatar
      • Mappings
        • Hand Bone Mappings
        • Body Bone Mappings
        • Tracker Mappings
      • Animation Blueprint
      • Assign assets to Player
    • 🪁Adding Tracked Objects
      • Using Vive Ultimate Trackers
      • Outside-in (Optitrack/Vicon) Setup
        • Aligning HMDs with outside-in systems
        • 3D-Print an Alignment Tool
      • Creating Digital Twins/Props
  • Resources
    • 🔬Classes/Components
      • ExistentStage
      • ExistentSpace
      • ExistentVehicle
      • ExistentPlayer (Pawn)
      • ExistentPlayerAnimInstance
      • ExistentGameModeBase
      • ExistentTrackerComponent
      • ExistentGrabComponent
      • ExistentGripComponent
      • ExistentHandComponent
      • ExistentTrackingConfidenceComponent
      • ExistentAlignmentComponent
      • IExistentAlignmentSubject
      • ExistentDebugPanelComponent
      • ExistentUMGWindowComponent
    • 📃Existent API
  • Tutorials & Examples
    • 📚Tutorials
Powered by GitBook
On this page
  • Overview
  • How to use
  • Additional Details
  1. Resources
  2. Classes/Components

ExistentGameModeBase

Overview

This class extends the GameModeBase of unreal engine. Its main purpose is to set the player pawn classes of each HMD equipped player as they connect to the session. If you need each player to be represented by a different pawn this is a quick and easy way to do it.

How to use

Additional Details

PreviousExistentPlayerAnimInstanceNextExistentTrackerComponent

Last updated 1 year ago

🔬