Hello!
(just for context, I’m designing a drag-n-drop actors system)
I’m wondering which option is more performative:
Using ActorClicked in ALL my scene actors, or using GetHitResultUnderCursorbyChannel (in LeftMouseButton event, inside PlayerController)?