Touch Interface Designer 2025.2
Create touch interface with a visual editor and manage all mobile inputs like gestures
Loading...
Searching...
No Matches
ILayoutToWidget Class Reference

#include <ILayoutToWidget.h>

Public Member Functions

BlueprintImplementableEvent void OnTouchBegin (const FGeometry &ParentGeometry, const FPointerEvent &PointerEvent)
BlueprintImplementableEvent void OnTouchMove (const FGeometry &ParentGeometry, const FPointerEvent &PointerEvent)
BlueprintImplementableEvent void OnTouchEnd (const FGeometry &ParentGeometry, const FPointerEvent &PointerEvent)

Public Attributes

 Category ="Layout To Widget Interface"
 BlueprintCallable

Detailed Description

Allows a UUserWidget to receive input from a layout component

Member Function Documentation

◆ OnTouchBegin()

BlueprintImplementableEvent void ILayoutToWidget::OnTouchBegin ( const FGeometry & ParentGeometry,
const FPointerEvent & PointerEvent )

◆ OnTouchEnd()

BlueprintImplementableEvent void ILayoutToWidget::OnTouchEnd ( const FGeometry & ParentGeometry,
const FPointerEvent & PointerEvent )

◆ OnTouchMove()

BlueprintImplementableEvent void ILayoutToWidget::OnTouchMove ( const FGeometry & ParentGeometry,
const FPointerEvent & PointerEvent )

Member Data Documentation

◆ BlueprintCallable

ILayoutToWidget::BlueprintCallable

◆ Category

ILayoutToWidget::Category ="Layout To Widget Interface"

The documentation for this class was generated from the following file:
  • D:/MEGA/TouchProject/TouchProjectNext/Plugins/TouchInterfaceDesigner/Source/TouchInterface/Public/Decorators/ILayoutToWidget.h