It’s not easy to say since I’m not sure how you’ve implemented the system…
I’ll assume your system is modular- meaning any targeting can be applied to practically any skill. If that’s the case, you can simply use an enum (set the variable to expose on spawn so you can set it when you spawn the skill actor) and switch off of that to implement it.