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.
23 comments