What does the UPROPERTY specifier 'Replicated' do in Unreal Engine C++?
-
A
Makes the property visible in the Blueprint editor
-
B
Automatically synchronizes the property value from server to all clients
-
C
Creates a unique copy of the property per player
-
D
Marks the property as read-only over the network