I want to get the actor attached to the component, but I can’t find a way to do so.
I thought I could retrieve them using Get Attached Actors or Get All Child Actors since they were attached to the actor component, but both return empty arrays.Furthermore, there is no function that returns the actor attached to the component.
How to do this?Is this the intended behavior, or is it a bug?If that was the intended behavior, then it’s really terrible.