UnrealScripterAI
Discord ↗
Link Copied to Clipboard
×
"script for moving the camera"
void APlayerController::MoveCamera(FVector NewLocation) { if (PlayerCamera) { PlayerCamera->SetRelativeLocation(NewLocation); } }