![]() |
Touch Interface Designer 2025.2
Create touch interface with a visual editor and manage all mobile inputs like gestures
|
#include "TouchInterface/VirtualControlSetup.h"#include "VirtualShape/VirtualShape.h"#include "Widgets/SCompoundWidget.h"#include "Widgets/Layout/SConstraintCanvas.h"

Go to the source code of this file.
Classes | |
| struct | FVirtualControlWidget |
| class | SDeprecatedTouchInterface |
Functions | |
| DECLARE_DELEGATE_TwoParams (FOnTouchEvent, int32, FVector2D) | |
| DECLARE_DELEGATE_OneParam (FOnStateChangedEvent, bool) | |
| DECLARE_DELEGATE_OneParam (FOnAutoMoveSignature, FVector2D) | |
| DECLARE_DELEGATE_OneParam | ( | FOnAutoMoveSignature | , |
| FVector2D | ) |
| DECLARE_DELEGATE_OneParam | ( | FOnStateChangedEvent | , |
| bool | ) |
| DECLARE_DELEGATE_TwoParams | ( | FOnTouchEvent | , |
| int32 | , | ||
| FVector2D | ) |