Skip to content
Snippets Groups Projects
Commit 53f60347 authored by Sebastian Pape's avatar Sebastian Pape Committed by David Gilbert
Browse files

Fixing formatting issues

parent 86128efd
No related branches found
No related tags found
2 merge requests!107UE5.4-2024.1-rc1,!106Adding right-click support for the widget interaction component
Pipeline #463090 failed
......@@ -51,14 +51,14 @@ void URWTHVRWidgetInteractionComponent::SetupPlayerInput(UInputComponent* Player
return;
}
if(WidgetLeftClickInputAction)
if (WidgetLeftClickInputAction)
{
EI->BindAction(WidgetLeftClickInputAction, ETriggerEvent::Started, this,
&URWTHVRWidgetInteractionComponent::OnBeginLeftClick);
EI->BindAction(WidgetLeftClickInputAction, ETriggerEvent::Completed, this,
&URWTHVRWidgetInteractionComponent::OnEndLeftClick);
}
if(WidgetRightClickInputAction)
if (WidgetRightClickInputAction)
{
EI->BindAction(WidgetRightClickInputAction, ETriggerEvent::Started, this,
&URWTHVRWidgetInteractionComponent::OnBeginRightClick);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment