When Server spawns actor from class that is not loaded into memory on client will it load it automatically?

Will it be Async Load or Blocking? If we have 12 characters should we load them all into memory on client or wait for server to send us correct enemy character?

Seems like it makes blocking load on client if replicated actor is not loaded in memory

1 Like