Replication - Generating a grid of blocks and passing to clients

I ended up finding that Class Arrays don’t work at all, they always return a value of NULL for any class input. So when i went back and tried to retrieve it, NULL was returned. I went around this by making my own Enumerator mock up and went about it that way with this function to return the proper class. This works for me.

Thanks for the note on networking too, much appreciated :slight_smile:

I’m working on trying to get the left mouse button to raycast on the server side right now, as it’s best to handle all logic on the server side so the client isn’t responsible for game changing events. That’s what I’ve been learning anyway, if you have any more helpful links or tips, let me know, and I’m sure ill be back when i run into some trouble with networking xD