Hi,
I am creating an RTS in UE4. I’m trying to use game state to replicate each faction’s units references.
On the server, the values appear as expected but on the client, the array appears with “None” instead of a reference.
Some screenshoots:
Adding to the structure:
The replication settings on this object:
Getting stuff from gamestate:
Different behaviors:
The unit itself is also replicated.
I initially had a map but I know it is not replicated, so I switched to a array.
I don’t know what could be the problem…
Can anyone help me?