eco_bach2
(eco_bach2)
1
How is the Target defined in a Interface Message Call? Is it the Blueprint Actor that is implementing the interface, or is it self(the sending BP)?
It’s the actor implementing the interface.
Everynone
(Everynone)
3
Technically it’s both:
Depending on what you want to do do. In 99% of cases it’s going be another actor, as suggested above.