Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Widget Interaction Plugin
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
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
Widget Interaction Plugin
Merge requests
!2
Feature/update to new VRPawn structure and adding an interaction ray that is also available in shipping builds
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Feature/update to new VRPawn structure and adding an interaction ray that is also available in shipping builds
feature/update_to_new_VRPawn
into
develop
Overview
6
Commits
16
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Jan Delember
requested to merge
feature/update_to_new_VRPawn
into
develop
5 years ago
Overview
6
Commits
16
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Tackling #2 and #3
2
0
Merge request reports
Viewing commit
bc4dbea0
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
bc4dbea0
Update VRWidgetInteractionComponent.h
· bc4dbea0
Simon Oehrl
authored
5 years ago
Source/WidgetInteraction/Public/VRWidgetInteractionComponent.h
+
1
−
1
View file @ bc4dbea0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,7 +18,7 @@ class WIDGETINTERACTION_API UVRWidgetInteractionComponent : public UWidgetIntera
public:
UVRWidgetInteractionComponent
();
void
Init
(
USceneComponent
*
parent
);
void
Init
(
USceneComponent
*
parent
);
void
SetVisibility
(
bool
visible
);
Loading