VR Pawn

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

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.

Last updated