A little bit of what went into getting my GAS VR weapon to work.
Triggering the Input Actions with VR inputs
Giving the weapon default ammo
Binding GameplayAbility activation to GameplayTags, triggered by the previous input actions
First time replication finally worked
Faking Autonomous Proxy so inputs can work. Didn't work as Simulated Proxy.
Trigger a Dry Fire GameplayCue when firing out of ammo
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.
The C++ code that broadcasts the Message listened to in the previous image