AController::ClientSetLocation

Replicated function to set the pawn location and rotation, allowing server to force (ex. teleports).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Controller.h

Include

#include "GameFramework/Controller.h"

Syntax

void ClientSetLocation
(
    FVector NewLocation,
    FRotator NewRotation
)

Remarks

Replicated function to set the pawn location and rotation, allowing server to force (ex. teleports).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss