NiMo_7777
(NiMo_7777)
August 8, 2022, 5:26am
1
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!
Everynone
(Everynone)
August 8, 2022, 6:56am
2
Look into how interfaces work. They do not care about type, no need to cast.
1 Like
NiMo_7777
(NiMo_7777)
August 8, 2022, 8:14pm
3
Interfaces. Ok, thanks for pointing me in the right direction! I’ll provide an update.
NiMo_7777
(NiMo_7777)
August 13, 2022, 6:44pm
4
That works! For anyone looking for a similar solution:
1 Like