Skip to content
Snippets Groups Projects

Feature/update to new VRPawn structure and adding an interaction ray that is also available in shipping builds

Merged Jan Delember requested to merge feature/update_to_new_VRPawn into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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