Make Actor AutonomousProxy

Hey guys,

So I have come accross this problem where I need to set an actor that has been created on the server as an autonomousproxy ( in the same way the pawn does it ), the reason is I need to be able to send RPCs from the client to the server through this actor, I have tried following the same logic the Pawn does which is SetReplicates( true ); and calling SetAutonomousProxy( true ); from the server side after creation but that doesnt seem to make a difference I still cant seem to be able to send data and replication from the client to the server.

Is this possible? And if so what is the right way of giving actor authority to a client from the server?

Cheers.

1 Like