Touch Interface Designer 2025.2
Create touch interface with a visual editor and manage all mobile inputs like gestures
Loading...
Searching...
No Matches
TouchInterfaceSubsystem.h File Reference
#include "Subsystems/LocalPlayerSubsystem.h"
#include "TouchInterface/VirtualControlSetup.h"
#include "Runtime/Launch/Resources/Version.h"
#include "TouchInterfaceSubsystem.generated.h"
Include dependency graph for TouchInterfaceSubsystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FTouchInterfaceInit
class  UTouchInterfaceSubsystem

Enumerations

enum class  EFailReason : uint8 { NoFileInDisk , LoadError , InvalidSnapshot }

Functions

 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnStateChangedSignature, bool, Value)
 DECLARE_DYNAMIC_MULTICAST_DELEGATE (FOnSubsystemNotification)

Enumeration Type Documentation

◆ EFailReason

enum class EFailReason : uint8
strong
Enumerator
NoFileInDisk 
LoadError 
InvalidSnapshot 

Function Documentation

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE()

DECLARE_DYNAMIC_MULTICAST_DELEGATE ( FOnSubsystemNotification )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FOnStateChangedSignature ,
bool ,
Value  )