Hi,
I have two projects (client and server)
My Client project stores data into a Custom Resource "WorldData"
I want to know if it's possible to send the WorldData resource on the server with RPC
I already tested, so when the client call the rpc function from the server "GetWorldData(WorldData:Resource)"
It seems that the Resource in converted to an EncodedObjectAsID and I don't know if it's possible to get back my initial Ressource
Thank you :