From 3b079eab1b13e1b2a03699f51c6f37a99db15dc6 Mon Sep 17 00:00:00 2001 From: Simon Oehrl <oehrl@vr.rwth-aachen.de> Date: Thu, 12 Dec 2019 10:40:58 +0100 Subject: [PATCH] Update WidgetInteraction.h --- Source/WidgetInteraction/Public/WidgetInteraction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/WidgetInteraction/Public/WidgetInteraction.h b/Source/WidgetInteraction/Public/WidgetInteraction.h index 08f46b5..d1403ee 100644 --- a/Source/WidgetInteraction/Public/WidgetInteraction.h +++ b/Source/WidgetInteraction/Public/WidgetInteraction.h @@ -22,11 +22,11 @@ public: UVRWidgetInteractionComponent* GetWidgetInteractionComponent(); private: - void CreateWidgetInteraction(USceneComponent * parent, AVirtualRealityPawn* outer); + void CreateWidgetInteraction(USceneComponent* parent, AVirtualRealityPawn* outer); private: TBaseDelegate<void, ELevelTick, float> on_world_tick_start_delegate_; - UVRWidgetInteractionComponent * widget_interaction_cmp_; + UVRWidgetInteractionComponent* widget_interaction_cmp_; UWorld* last_world; }; -- GitLab