Nabla VR
DiscordRoadmapMarketplace
VR Immersive Hands v2.3
VR Immersive Hands v2.3
  • VR Immersive Hands
  • Overview
    • Tutorials
    • Changelog
    • Open Cases
    • Compatibility
    • Legal
  • Features
    • Animated Hands and Controllers (HAC)
      • HAC Components
      • HACs
    • Hint
      • Hand and Controller Hint
      • World Hint
    • Grab System
      • Core Component
        • Grab Point Constructor
        • Grab Action
      • Placeable Component
      • Placeable Base Component
      • Respawn Component
      • Physics Sound Component
    • Other Features
      • VR Pawn
      • Control Rig
      • VR Console
      • Interaction Component
      • Auto Scroll
  • Guides
    • Migrating
      • If You Only Want HAC (Optional)
      • How to Use Your Own Pawn (Optional)
    • Adding a New Hand
    • Adding a New Controller
Powered by GitBook
On this page
  • Overview
  • Settings
  • Functions
  • Auto Detect
  • Enable VR

Was this helpful?

  1. Features
  2. Other Features

VR Pawn

PreviousOther FeaturesNextControl Rig

Last updated 4 years ago

Was this helpful?

Overview

VR Pawn has been included to get things up and running out of the box. It can be used in most projects as is. In fact, we use a version of this pawn in our projects as well. This pawn shows how you can use the content with examples.

Settings

Settings

Description

Controller Mesh

Sets which mesh should be used for displaying controller

Hand Mesh

Sets which mesh should be used for displaying hand

Visibility

Sets visibility of Hand and Controller

Optimized

‘Optimized’ will load static mesh for controllers, ‘NotOptimized’ will load skeletal mesh for controllers

Hand Hint Mat

Hint material to be used for Hands

Controller Hint Mat

Hint material to be used for Controllers

HMD Mirror

Sets which mirror mode should be used

Pixel Density

A value to use with vr.PixelDensity

Auto Scroll

‘true’ will allow Auto Scroll feature to work, ‘false’ will not

The Settings variable contains the most major options in BP_VRPawn and BP_VRPawn_GS. BP_VRPawn only includes HAC logic, BP_VRPawn_GS includes Grab System logic as well.

Functions

Auto Detect

If Controller Mesh is set to AutoDetect, the pawn will try to find which HMD is connected. If not, selected mesh will be used for display.

This only works with Oculus HMDs at the moment.

Enable VR

This function makes sure VR is enabled and sets Pixel Density.