tranek / GASDocumentation

My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project.
MIT License
4.26k stars 789 forks source link

UAsyncTaskCooldownChanged #124

Closed yzj12138 closed 9 months ago

yzj12138 commented 9 months ago

Hi, I need help. I’m trying to change the cooldown time of one of the abilities when using other ability. Example: total cooldown duration of the ability is, for example, 12 seconds. After 2 seconds of waiting the remaining duration is 10 seconds and I use other ability that supposed to reduce it by 5 seconds, so I have 5 seconds remaining cooldown time.

How can I change TimeRemaining

yzj12138 commented 9 months ago

https://www.thegames.dev/?p=131 I found this to solve