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

Update WidgetInteraction.cpp

parent bc4dbea0
Branches
Tags
1 merge request!2Feature/update to new VRPawn structure and adding an interaction ray that is also available in shipping builds
......@@ -62,7 +62,7 @@ UVRWidgetInteractionComponent* FWidgetInteractionModule::GetWidgetInteractionCom
return widget_interaction_cmp_;
}
void FWidgetInteractionModule::CreateWidgetInteraction(USceneComponent * parent, AVirtualRealityPawn* outer)
void FWidgetInteractionModule::CreateWidgetInteraction(USceneComponent* parent, AVirtualRealityPawn* outer)
{
widget_interaction_cmp_ = NewObject<UVRWidgetInteractionComponent>(outer, UVRWidgetInteractionComponent::StaticClass());
widget_interaction_cmp_->Init(parent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment