top of page

VR Ammo Box

Large ammo box which will automatically add certain amount of ammo to the player.

Class name:

Include:

Type:

Lines of code:

AVR_AmmoBox

#include "VR/VR_Player/Weapons/VR_AmmoBox.h"

Interactable Actor

54

​General Information

Description

VR Ammo Box is a class of a box which contains ammo. After putting in the inventory amount of ammo will be added.


Settings

Amount - This is an integer variable which represents the amount of ammo inside the box.

Caliber - This is an integer variable which is a caliber index.

Blueprint API Reference

Public Member Functions

 

Get Caliber

Output
   uint8
 
 

Get Amount

Output
   int
 

Set Amount

Input
   int
 

AddAmount

Input
   int
 

bottom of page