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
!96
style(interaction): fixes clang-formatting error
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
style(interaction): fixes clang-formatting error
dev/5.3
into
dev/5.4
Overview
1
Commits
12
Pipelines
2
Changes
1
Merged
style(interaction): fixes clang-formatting error
David Gilbert
requested to merge
dev/5.3
into
dev/5.4
Jul 23, 2024
Overview
1
Commits
12
Pipelines
2
Changes
1
0
0
Merge request reports
Compare
dev/5.4
version 1
f309fd73
Jul 23, 2024
dev/5.4 (base)
and
latest version
latest version
952a1ab5
12 commits,
Jul 23, 2024
version 1
f309fd73
1 commit,
Jul 23, 2024
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Source/RWTHVRToolkit/Private/Interaction/Interactables/IntenSelect/IntenSelectable.cpp
+
1
−
1
View file @ 952a1ab5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -98,7 +98,7 @@ void UIntenSelectable::InitDefaultBehaviourReferences()
@@ -98,7 +98,7 @@ void UIntenSelectable::InitDefaultBehaviourReferences()
// Scoring
// Scoring
TSet
<
UActorComponent
*>
AllComponents
=
GetOwner
()
->
GetComponents
();
TSet
<
UActorComponent
*>
AllComponents
=
GetOwner
()
->
GetComponents
();
for
(
UActorComponent
*
c
:
AllComponents
)
for
(
UActorComponent
*
c
:
AllComponents
)
{
{
if
(
UIntenSelectableScoring
*
TryToGetScoring
=
Cast
<
UIntenSelectableScoring
>
(
c
))
if
(
UIntenSelectableScoring
*
TryToGetScoring
=
Cast
<
UIntenSelectableScoring
>
(
c
))
{
{
Loading