Skip to content
Snippets Groups Projects
Commit 3b079eab authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Update WidgetInteraction.h

parent 22267bb0
Branches
Tags
1 merge request!2Feature/update to new VRPawn structure and adding an interaction ray that is also available in shipping builds
...@@ -22,11 +22,11 @@ public: ...@@ -22,11 +22,11 @@ public:
UVRWidgetInteractionComponent* GetWidgetInteractionComponent(); UVRWidgetInteractionComponent* GetWidgetInteractionComponent();
private: private:
void CreateWidgetInteraction(USceneComponent * parent, AVirtualRealityPawn* outer); void CreateWidgetInteraction(USceneComponent* parent, AVirtualRealityPawn* outer);
private: private:
TBaseDelegate<void, ELevelTick, float> on_world_tick_start_delegate_; TBaseDelegate<void, ELevelTick, float> on_world_tick_start_delegate_;
UVRWidgetInteractionComponent * widget_interaction_cmp_; UVRWidgetInteractionComponent* widget_interaction_cmp_;
UWorld* last_world; UWorld* last_world;
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment