Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APlayerController
Description
Called on server at end of tick, to let client Pawns handle updates from the server. Done this way to avoid ever sending more than one ClientAdjustment per server tick.
| Name | SendClientAdjustment |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include Path | #include "GameFramework/PlayerController.h" |
virtual void SendClientAdjustment()