top of page

VR Interaction Interface

Player interface for interacting with VR Actors. (Already build in VR player class)

Class name:

Include:

Type:

Lines of code:

IVR_InteractionInterface

#include "VR/VR_Player/VR_InteractionInterface.h"

Player

72

​General Information

Description

VR Interaction Interface is an interface class which contains functions which are already in use by VR Hand and VR Actors. Functions of this class are for the interaction. Only for C++ usage. Use only if you need to create another type of interactables and want to make changes to VR Hand class.

Blueprint API Reference

Public Member Functions

 

Pickup

 Input
   class AActor *VR_MotionConttroller
   class USceneComponent *MotionController
   class UPhysicsConstraintComponent *PickPhysicsConstraint
   class USkeletalMeshComponent *RealHandMesh
   EControllerHand CurrentHand
	
 

Drop 

 Input
   class AActor *VR_MotionConttroller
  
 
Interaction 

 Input
   class AVR_Hands *MotionController
   bool &HandleStatus
   bool bFroceAttachHandle
  
 

Shoot
  
 
	
IsHeldBy
  
 Input
   class AVR_Hands *MotionController
 

bottom of page