If you assign the subscription to a variable you can call cancel using that variable.
DamageSubscribe := Fort.DamagedEvent().Subscribe(OnPlayerDamaged)
DamageSubscribe.Cancel()
If you assign the subscription to a variable you can call cancel using that variable.
DamageSubscribe := Fort.DamagedEvent().Subscribe(OnPlayerDamaged)
DamageSubscribe.Cancel()