Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AController
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h |
| Include | #include "GameFramework/Controller.h" |
UFUNCTION (Reliable, Client, WithValidation)
void ClientSetLocation
(
FVector NewLocation,
FRotator NewRotation
)
Remarks
Replicated function to set the pawn location and rotation, allowing server to force (ex. teleports).