Skip to content
Snippets Groups Projects

Feature/scaling

Merged Kris Tabea Helwig requested to merge feature/scaling into dev/5.4
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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());
}
}
Loading