tranek / GASShooter

Advanced FPS/TPS Sample Project for Unreal Engine 4's GameplayAbilitySystem plugin
MIT License
953 stars 265 forks source link

There's no overridden FGameplayEffectContext #27

Closed jwatte closed 3 years ago

jwatte commented 3 years ago

The documentation says:

Subclassing FGameplayEffectContext to send additional information to GameplayCues

However, I can't find any such subclassing, either in this project, nor in GASDocumentation. Is this a TODO item? Did not not work, and the documentation should be removed?

tranek commented 3 years ago

https://github.com/tranek/GASShooter/blob/master/Source/GASShooter/Public/Characters/Abilities/GSGameplayEffectTypes.h#L15

jwatte commented 3 years ago

You are right. I just can't search. (rg immediately picked it up; should have tried that from the beginning.)

Thanks for the pointer!