diff --git a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp index 8f0ecb464b62b7cdc56856bdcd3653e44ff8ceac..9becddbdc1df7dd4f252f92860378e4414da3187 100644 --- a/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp +++ b/Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp @@ -104,7 +104,8 @@ void ARWTHVRPawn::SetScale(float NewScale) else { UE_LOGFMT(Toolkit, Warning, - "The ClusterRootActor {0} does not implement the ScalableConfigInterface. Scaling the Pawn on the cluster will lead to unintended behavior.", + "The ClusterRootActor {0} does not implement the ScalableConfigInterface. Scaling the " + "Pawn on the cluster will lead to unintended behavior.", ClusterRootActor->GetName()); } }