Skip to content
Snippets Groups Projects
Commit bbed2d2c authored by Kris Tabea Helwig's avatar Kris Tabea Helwig
Browse files

clang(Pawn)

parent 193a009a
No related tags found
1 merge request!115Feature/scaling
Pipeline #569491 failed
......@@ -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());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment