Unreal Engine Blueprint API Reference > Ability
Attempts to commit the ability's cooldown only. If BroadcastCommitEvent is true, it will broadcast the commit event that tasks like WaitAbilityCommit are listening for.
Target is Gameplay Ability
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
boolean | Broadcast Commit Event | |
boolean | Force Cooldown |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Attempts to commit the ability's cooldown only. If BroadcastCommitEvent is true, it will broadcast the commit event that tasks like WaitAbilityCommit are listening for. |