Networking the Treasure Chest (RepNotify)

Unreal Engine 5.0+

0:45 Timestamp: SetReplicates(true) should be replaced by bReplicates=true; to avoid a warning by Unreal. Setting bReplicates directly in the constructor is the intended way for pre-init actors, changing replication during runtime can be done through SetReplicates() still.

Complete and Continue  
Discussion

23 comments