Touch Interface Designer
2025.2
Create touch interface with a visual editor and manage all mobile inputs like gestures
Loading...
Searching...
No Matches
CustomTouchInterfaceScaling.h
Go to the documentation of this file.
1
// Copyright Lost in Game Studio. All Rights Reserved.
2
3
#pragma once
4
5
#include "UObject/Object.h"
6
#include "CustomTouchInterfaceScaling.generated.h"
7
11
UCLASS(
Abstract
)
12
class TOUCHINTERFACE_API
UCustomTouchInterfaceScaling
: public UObject
13
{
14
GENERATED_BODY()
15
16
public
:
17
18
virtual
float
GetScaleFactor
(
const
FVector2D GeometrySize)
const
;
19
};
Abstract
Abstract
Definition
ComponentDecorator_Animation.h:40
UCustomTouchInterfaceScaling
Definition
CustomTouchInterfaceScaling.h:13
UCustomTouchInterfaceScaling::GetScaleFactor
virtual float GetScaleFactor(const FVector2D GeometrySize) const
Definition
CustomTouchInterfaceScaling.cpp:5
TouchProjectNext
Plugins
TouchInterfaceDesigner
Source
TouchInterface
Public
Settings
CustomTouchInterfaceScaling.h
Generated by
1.15.0