Awesome GAS Weapon

A little bit of what went into getting my GAS VR weapon to work.

Triggering the Input Actions with VR inputs

1

Giving the weapon default ammo

2

Binding GameplayAbility activation to GameplayTags, triggered by the previous input actions

3

First time replication finally worked

Faking Autonomous Proxy so inputs can work. Didn't work as Simulated Proxy.

4

Trigger a Dry Fire GameplayCue when firing out of ammo

5

Listen for the activation failure of the GameplayAbility and do whatever else is needed, such as playing an out of ammo animation montage on the weapon.

6

The C++ code that broadcasts the Message listened to in the previous image

7

UI message displayed upon activation failure

8

Instanced Weapon GameplayAbility

9

Example GameplayCue triggered

10