Skip to content
Snippets Groups Projects
Commit 5794597a authored by David Gilbert's avatar David Gilbert :bug:
Browse files

style: Fixes formatting in ClusterRepresentationActor.cpp

parent 3e3e060d
No related branches found
No related tags found
2 merge requests!107UE5.4-2024.1-rc1,!98Improved join/attachment logic for clusters to support multi-cluster connections at some point
Pipeline #442244 passed
...@@ -64,8 +64,7 @@ void AClusterRepresentationActor::AttachDCRAIfRequired(const ARWTHVRPlayerState* ...@@ -64,8 +64,7 @@ void AClusterRepresentationActor::AttachDCRAIfRequired(const ARWTHVRPlayerState*
if (!PlayerController || !PlayerController->IsLocalController()) if (!PlayerController || !PlayerController->IsLocalController())
{ {
UE_LOGFMT(Toolkit, Warning, UE_LOGFMT(Toolkit, Warning,
"{Name} AttachDCRAIfRequired: PlayerController not valid or not locally controlled.", "{Name} AttachDCRAIfRequired: PlayerController not valid or not locally controlled.", GetName());
GetName());
return; return;
} }
const auto* PlayerState = const auto* PlayerState =
...@@ -91,7 +90,8 @@ void AClusterRepresentationActor::AttachDCRAIfRequired(const ARWTHVRPlayerState* ...@@ -91,7 +90,8 @@ void AClusterRepresentationActor::AttachDCRAIfRequired(const ARWTHVRPlayerState*
// The local player this is executed on corresponds to this actor // The local player this is executed on corresponds to this actor
if (CCA == this) if (CCA == this)
{ {
UE_LOGFMT(Toolkit, Display, "{Name} AttachDCRAIfRequired: Attaching DCRA to {Name}.", GetName(), CCA->GetName()); UE_LOGFMT(Toolkit, Display, "{Name} AttachDCRAIfRequired: Attaching DCRA to {Name}.", GetName(),
CCA->GetName());
bIsAttached = AttachDCRA(); bIsAttached = AttachDCRA();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment