IWidgetInputRoutingEvent

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h

Include

#include "Debugging/SlateDebugging.h"

Syntax

struct IWidgetInputRoutingEvent

Functions

Name Description

Public function

void

 

OnInputEvent

(
    ESlateDebuggingInputEvent InputEven...,
    const FReply& InReply,
    const TSharedPtr< SWidget >& Handl...
)

Public function

void

 

OnInputProcessed

(
    ESlateDebuggingInputEvent InputEven...
)

Public function

void

 

OnInputRouted

(
    ESlateDebuggingInputEvent InputEven...
)

Public function

void

 

OnPreProcessInput

(
    ESlateDebuggingInputEvent InputEven...,
    const TCHAR* InputPrecessorNam...,
    bool bHandled
)

Public function

void

 

OnProcessInput

(
    ESlateDebuggingInputEvent InputEven...,
    const FInputEvent& Event
)

Public function

void

 

OnRouteInput

(
    ESlateDebuggingInputEvent InputEven...,
    const FName& RoutedType
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss