Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > UUserWidget
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include | #include "Blueprint/UserWidget.h" |
FEventReply OnTouchMoved
&40;
FGeometry MyGeometry,
const FPointerEvent & InTouchEvent
&41;
Remarks
Called when a touchpad touch is moved (finger moved)
Parameters
Name | Description |
---|---|
MyGeometry | The geometry of the widget receiving the event. |
InTouchEvent | The touch event generated |