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
!85
UE5.3-2023.1-rc3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
UE5.3-2023.1-rc3
dev/5.3
into
5.3
Overview
0
Commits
72
Pipelines
41
Changes
1
Merged
David Gilbert
requested to merge
dev/5.3
into
5.3
1 year ago
Overview
0
Commits
72
Pipelines
41
Changes
1
Changelog
General
:
Plugin Separation: Move Cluster module to its own Plugin
Clean up dependencies
Android (Quest) support
Interaction
IntenSelect: Allow more than one ScoringBehaviour attached to IntenSelectable
InputActions: Do not consume inputs per default
0
0
Merge request reports
Viewing commit
57dfa008
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
57dfa008
style(pawn): Applies clang format 17
· 57dfa008
David Gilbert
authored
1 year ago
Source/RWTHVRToolkit/Private/Pawn/RWTHVRPawn.cpp
+
2
−
1
View file @ 57dfa008
Edit in single-file editor
Open in Web IDE
Show full file
@@ -80,7 +80,8 @@ void ARWTHVRPawn::NotifyControllerChanged()
Super
::
NotifyControllerChanged
();
UE_LOG
(
Toolkit
,
Display
,
TEXT
(
"ARWTHVRPawn: Player Controller has changed, trying to change DCRA attachment if possible..."
));
UE_LOG
(
Toolkit
,
Display
,
TEXT
(
"ARWTHVRPawn: Player Controller has changed, trying to change DCRA attachment if possible..."
));
// Only do this for all local controlled pawns
Loading