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
11UCLASS(Abstract)
12class TOUCHINTERFACE_API UCustomTouchInterfaceScaling : public UObject
13{
14 GENERATED_BODY()
15
16public:
17
18 virtual float GetScaleFactor(const FVector2D GeometrySize) const;
19};
Abstract
Definition ComponentDecorator_Animation.h:40
Definition CustomTouchInterfaceScaling.h:13
virtual float GetScaleFactor(const FVector2D GeometrySize) const
Definition CustomTouchInterfaceScaling.cpp:5