Touch Interface Designer
2025.2
Create touch interface with a visual editor and manage all mobile inputs like gestures
Loading...
Searching...
No Matches
TouchInterfaceModule.h
Go to the documentation of this file.
1
// Copyright 2022 Lost in Game Studio. All Rights Reserved
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "Modules/ModuleManager.h"
7
8
class
FTouchInterfaceModule
:
public
IModuleInterface
9
{
10
public
:
11
13
virtual
void
StartupModule
()
override
;
14
virtual
void
ShutdownModule
()
override
;
15
};
FTouchInterfaceModule
Definition
TouchInterfaceModule.h:9
FTouchInterfaceModule::ShutdownModule
virtual void ShutdownModule() override
Definition
TouchInterfaceModule.cpp:14
FTouchInterfaceModule::StartupModule
virtual void StartupModule() override
Definition
TouchInterfaceModule.cpp:8
TouchProjectNext
Plugins
TouchInterfaceDesigner
Source
TouchInterface
Public
TouchInterfaceModule.h
Generated by
1.15.0