"CAST" FOR BIND DISPATCHER

I’m trying to avoid having too many and repetitive “get actors”. So my idea was to have one single bp that takes all main bps refs and trasmit them to these same bp. For future use, for bind, for bpi eccetera. So get is done once for all, and each bp has the refs from the beginning. I kept this kind of ref because the target needed was “actor obj ref”. @PREDALIEN