PredictionManager

PredictionManager provides states, callbacks, and settings to fine tuning prediction for your game type.

Component Settings

Server are settings which only affect the server.

Drop Excessive Replicates will discard replicate datas received from clients and server after the cached count exceeds a certain value. When false multiple datas will be consumed per tick to clear the cache quicker.

  • Maximum Server Replicates is shown when the above value is true. This value indicates the maximum number of replicates which the server will cache from client before dropping old ones. Generally, cached replicates will never significantly exceed Queued Inputs.

Last updated