[GAS] Does anyone know how to wait for the ability to finish?

Hey, I know this has been a while but I’m implementing this code and running into some issues. If you could help out that’d be awesome. I’m not super proficient with c++ so I might misunderstand things.

I’ve copied in your code and did what you said. But the R->AbilityListeningTo line isn’t working because AbilityListeningTo isn’t a member. I’m not sure as what or how I should declare it?

EDIT: Also I’m running into issue with the EventOn_AbilityEnded. When you say Event, do you mean it should be a function? Or a delegate?