Able Ability System Info and Support Thread

  1. Preview Asset duplicating would happen if you have the Preview Asset’s blueprint open and then you compile it, which cause the actor to get re-instantiated I believe. If you hit “Reset Preview Actor” it should clear up any dupes.

  2. & 3. Verbose definitely works. You can check your Output log. If you aren’t seeing anything, then it likely means the Task itself isn’t being executed for some reason (Targeting possibly, some other condition not letting it execute). You should get a “play by play” in the log if you turn Verbose on the Ability and on the Task itself. Also make sure you have an Able Ability Component on your Preview Actor, otherwise Able tries to add one at runtime - but that rarely seems to work for whatever reason. Just add it in the actual blueprint of the Preview Actor and close/re-open the editor.