Is there any way to get an Actor, attached to current socket?

I know a name of the socket. How can I get an actor, which is attached to this socket?
Or the only way to do it is to store refferences to attached actors to some array on my own?

Short answer: No. You keep track of it. Any number of actors can be attached to one socket so it’s more efficient to do it the other way around anyway.