Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCharacterMovementComponent
Description
Special Tick to allow custom server-side functionality on Autonomous Proxies. Called for all remote APs, including APs controlled on Listen Servers such as the hosting player's Character. If full server-side control is desired, you may need to override ControlledCharacterMove as well.
| Name | ServerAutonomousProxyTick |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
| Include Path | #include "GameFramework/CharacterMovementComponent.h" |
virtual void ServerAutonomousProxyTick
(
float DeltaSeconds
)