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
Merge requests
!93
feature(replication, pawn): Adds (initial) different way to attach DCRA to...
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(replication, pawn): Adds (initial) different way to attach DCRA to...
feature/replication_improvements
into
dev/5.4
Overview
0
Commits
4
Pipelines
2
Changes
1
Merged
David Gilbert
requested to merge
feature/replication_improvements
into
dev/5.4
11 months ago
Overview
0
Commits
4
Pipelines
2
Changes
1
feature(replication, pawn): Adds (initial) different way to attach DCRA to pawn only on server side.
0
0
Merge request reports
Viewing commit
4ce55f1c
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4ce55f1c
style(pawn): Makes clang format happy
· 4ce55f1c
David Gilbert
authored
11 months ago
Source/RWTHVRToolkit/Public/Pawn/RWTHVRPawn.h
+
1
−
1
View file @ 4ce55f1c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -102,7 +102,7 @@ protected:
void
UpdateRightHandForDesktopInteraction
()
const
;
/* Replicated functionality */
/* Add a sync component to all instances of this pawn */
UFUNCTION
(
Reliable
,
NetMulticast
)
void
MulticastAddDCSyncComponent
();
Loading