Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ACharacter
Description
Server RPC that passes through to CharacterMovement (avoids RPC overhead for components). The base RPC function (eg 'ServerMove') is auto-generated for clients to trigger the call to the server function, eventually going to the _Implementation function (which we just pass to the CharacterMovementComponent).
| Name | ServerMovePacked |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h |
| Include Path | #include "GameFramework/Character.h" |
UFUNCTION (Unreliable, Server, WithValidation)
void ServerMovePacked
(
const FCharacterServerMovePackedBits & PackedBits
)