Casting: ActorEventOverlap cast to actor defined by variable

Hi all,

As the title says, is there a type of Universal Cast node that will allow me to define the actor cast with a variable and use it with a ActorBeginOverlap event?

If not, what would you suggest as a work around?

My outdated project:

Updating project:

Using a DT for variables:

Thanks in advance!

Look into how interfaces work. They do not care about type, no need to cast.

1 Like

Interfaces. Ok, thanks for pointing me in the right direction! I’ll provide an update.

That works! For anyone looking for a similar solution:

1 Like