enum NetworkMoveStrategyFEATURE_NETWORK_RECONCILIATIONSource
NetworkMoveStrategy The strategy with which the Pawn is reconciled on the owner
| Name | Value | |
|---|---|---|
NONEFEATURE_NETWORK_RECONCILIATION | Has no support for NetworkMovement | |
LATESTFEATURE_NETWORK_RECONCILIATION | Places the move as the last input inside 'NetworkInput' and simulates with the input message | |
PHYSICSFEATURE_NETWORK_RECONCILIATION | Sends over a fixed buffer of moves and re-simulates the physics steps on correction as a static scene |