diff --git a/Source/WidgetInteraction/Public/VRWidgetInteractionComponent.h b/Source/WidgetInteraction/Public/VRWidgetInteractionComponent.h index e2f0f4ef9aeb40266a8bbb6cf02a828b7aebc452..4722527ccd7a5bf90a54a35fcf55ce20e6d1eca2 100644 --- a/Source/WidgetInteraction/Public/VRWidgetInteractionComponent.h +++ b/Source/WidgetInteraction/Public/VRWidgetInteractionComponent.h @@ -18,7 +18,7 @@ class WIDGETINTERACTION_API UVRWidgetInteractionComponent : public UWidgetIntera public: UVRWidgetInteractionComponent(); - void Init(USceneComponent * parent); + void Init(USceneComponent* parent); void SetVisibility(bool visible);