Tutorial Videos

5.1.Button Components

 

VR Button

Summary

An interactable static mesh that can be pushed to activate any effect you’d like. There are 3 button types (explained below), that allow you to quickly make buttons that work for whatever you need.

General workflow:

  1. Add the VRButton component to your desired blueprint or create a new component from the VRButton component to use the same logic in multiple blueprints
  2. Set the static mesh
  3. Adjust the details of the component to fit your needs.
  4. Add logic with the events and functions to drive your desired logic.

Examples

Power On/Off switch, Keyboard/Keypads, Elevator buttons, Doorbells, Emergency Stops, Big Red Buttons you shouldn’t push.

Suggest Edit