Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RWTH VR Toolkit
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
RWTH VR Toolkit
Commits
5794597a
Commit
5794597a
authored
11 months ago
by
David Gilbert
Browse files
Options
Downloads
Patches
Plain Diff
style: Fixes formatting in ClusterRepresentationActor.cpp
parent
3e3e060d
No related branches found
No related tags found
2 merge requests
!107
UE5.4-2024.1-rc1
,
!98
Improved join/attachment logic for clusters to support multi-cluster connections at some point
Pipeline
#442244
passed
11 months ago
Stage: analyze
Stage: generate
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/RWTHVRToolkit/Private/Pawn/ClusterRepresentationActor.cpp
+5
-5
5 additions, 5 deletions
...RWTHVRToolkit/Private/Pawn/ClusterRepresentationActor.cpp
with
5 additions
and
5 deletions
Source/RWTHVRToolkit/Private/Pawn/ClusterRepresentationActor.cpp
+
5
−
5
View file @
5794597a
...
@@ -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
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment