GASShooter icon indicating copy to clipboard operation
GASShooter copied to clipboard

Advanced FPS/TPS Sample Project for Unreal Engine 4's GameplayAbilitySystem plugin

Results 13 GASShooter issues
Sort by recently updated
recently updated
newest added

Getting an error condition soon as I start the game: ```c Ensure condition failed: !IsValid(this) [File:G:\GitHub\GASShooter\Source\GASShooter\Private\Characters\Abilities\AbilityTasks\GSAT_WaitTargetDataUsingActor.cpp] [Line: 208] ```

bug

![weaponvisible](https://user-images.githubusercontent.com/86689175/204590998-a8d039d8-1089-4201-97c3-d3182b8d28c3.png) If the default inventory has more than 1 weapon, when you start the game the game the next weapon in the inventory will be visible until you change weapons,...

bug

Subsequent reloads don't play the anims on simulated proxies. Changes to how anims are replicated broke this.

bug
UE5

When I try to run the HandleTargetData custom event in the Shotgun Instant GA everything runs just fine until I get to the AddTargetData, if I use a print before...

AGSHeroCharacter::InitializeFloatingStatusBar() doesn't seem to be getting called?

bug
UE5

When debug information for an ability is displayed (third category when showing AbilitySystem debug), CanActivateAbility is called, which then calls CheckCost. This means that CheckCost gets called on the CDO,...

Apparently FHitResult no longer has an actor field and requires the use of new method GetActor(). Tested working on 5.0 EA and 5.0.

Only noticed this when I was testing my code on dedicated server that I had set up with player state with the GAS components on it as the example, but...

Haven't been able to consistently reproduce it, though the logs would suggest it seems to happen when a player dies while being revived. [2021.02.09-05.56.53:153][361]Message dialog closed, result: Ok, title: Message,...

bug
wontfix

If you kill a character that is able to be revived, the revive prompt doesn't go away. I think I've fixed it in GSAT_WaitInteractableTarget.cpp in the block of code starting...

bug
wontfix