Skip to content
Snippets Groups Projects
Commit 1db0a59c authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix(interaction): Fixes wrong EventType being used in...

fix(interaction): Fixes wrong EventType being used in DirectInteractionComponent.cpp (start instead of end).
parent d0302fe5
No related branches found
No related tags found
2 merge requests!107UE5.4-2024.1-rc1,!91Interaction refactoring and replication
Pipeline #426610 passed
...@@ -140,7 +140,7 @@ void UDirectInteractionComponent::OnEndInteractionInputAction(const FInputAction ...@@ -140,7 +140,7 @@ void UDirectInteractionComponent::OnEndInteractionInputAction(const FInputAction
{ {
if (Component.IsValid()) if (Component.IsValid())
{ {
Component->HandleOnActionEvents(this, EInteractorType::Direct, EInteractionEventType::InteractionStart, Component->HandleOnActionEvents(this, EInteractorType::Direct, EInteractionEventType::InteractionEnd,
Value); Value);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment