diff --git a/Source/WidgetInteraction/Public/WidgetInteraction.h b/Source/WidgetInteraction/Public/WidgetInteraction.h index d1b7bb79aa5179f5b8a93e08283233ad0516feb7..b9ee1e01fd64df7d84cbfc9ea326f86c27a535b2 100644 --- a/Source/WidgetInteraction/Public/WidgetInteraction.h +++ b/Source/WidgetInteraction/Public/WidgetInteraction.h @@ -15,10 +15,9 @@ public: virtual void StartupModule() override; virtual void ShutdownModule() override; - UFUNCTION() - void OnWorldTickStart(ELevelTick, float); + UFUNCTION() void OnWorldTickStart(ELevelTick, float); - URwthComponent* GetWidgetInteractionComponent(); + URwthComponent* GetWidgetInteractionComponent(); private: void CreateWidgetInteraction(USceneComponent * parent, AVirtualRealityPawn* outer);