top of page

КЛАССЫ

VR Lever Slide

Blueprint/C++

VR Lever Slide

This is a physic lever class which can slide. Player can interact with it.

VR Climbable

Blueprint/C++

VR Climbable

Climbable class. Can be used for ladders, obstacles etc.

VR Weapon

Blueprint/C++

VR Weapon

The fundamental base for every weapon class. Easy game ready setup.

VR Weapon Animation Instance

Blueprint/C++

VR Weapon Animation Instance

VR weapon animation instance class which can be used as parent class of animation blueprint.

VR Ammo Clip

Blueprint/C++

VR Ammo Clip

This is base ammo clip class which slides into the weapon.

VR Ammo Round

Blueprint/C++

VR Ammo Round

A simple bullet class which can be loaded into the gun(Can be used in revolvers).

VR Ammo Box

Blueprint/C++

VR Ammo Box

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

VR Bullet Decal

Blueprint/C++

VR Bullet Decal

Bullet decal which spans after bullet hits the surface.

VR Weapon Projectile

Blueprint/C++

VR Weapon Projectile

Projectile which spawns after each time gun fires.

VR Stab Weapon

Blueprint/C++

VR Stab Weapon

Stab weapon is a class for knives, swords etc.

VR SkeletalMesh

Blueprint/C++

VR SkeletalMesh

This is a skeletal object which player can pick up using one of grab methods (enum EGrabMethod).

VR Equipment

Blueprint/C++

VR Equipment

Player can interact with this class after grab by pressing the following buttons: trigger button, A button and B button.

bottom of page