Able Ability System Info and Support Thread

Ah thanks! No problem at all :slight_smile:

Question regarding using the system itself; I’m trying to wrap my head around how I should integrate some of my logic. Say for example I make a spell that spawns an projectile actor and I want some properties to depend on stats from the owner, like how much damage it’s going to do. As far as I know it is not possible when using the spawn actor task to assign any variables right away on creation, should I use one of the custom overrides to set these post creation?

Other example: simple spell that heals the owner for x amount, how should I apply the custom value that could depend on other things into able? I’m not really sure how to pass values in to able, but that’s probably because I’m taking the wrong approach to using it in the first place.

Hope you can point me in the right direction!