top of page

VR Ammo Box

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

Название класса:

Include:

Тип:

Строки кода:

AVR_AmmoBox

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

Interactable Actor

54

Общая информация

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.

Справочник API Blueprint

Public Member Functions

 

Get Caliber

Output
   uint8
 
 

Get Amount

Output
   int
 

Set Amount

Input
   int
 

AddAmount

Input
   int
 

bottom of page