Skip to content
Snippets Groups Projects

Interaction refactoring and replication

Merged David Gilbert requested to merge refactor/interaction_replication into dev/5.4
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -140,7 +140,7 @@ void UDirectInteractionComponent::OnEndInteractionInputAction(const FInputAction
{
if (Component.IsValid())
{
Component->HandleOnActionEvents(this, EInteractorType::Direct, EInteractionEventType::InteractionStart,
Component->HandleOnActionEvents(this, EInteractorType::Direct, EInteractionEventType::InteractionEnd,
Value);
}
}
Loading