Combo Graph

Pull Request #51

Pull Request #51

on September 7th, 2023

Fix to prevent assertion crashes if ability is explicitly ended on EventReceived event

Makes sure Ability is still valid in UComboGraphAbilityTask_StartGraph::HandleEventReceived, both effect / damage and cue containers application rely on it.

Prevents the containers application in case ability is null, and prevent further assertions check (and crashes).

Reason this might happen is in the EventReceived event broadcasted just above, where users could manually invoke K2_EndAbility()

Edit this page on GitHub