UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTouchKeySet Class Reference

#include <Events.h>

+ Inheritance diagram for FTouchKeySet:

Public Member Functions

 FTouchKeySet (FKey Key)
 

Static Public Attributes

static SLATECORE_API const FTouchKeySet StandardSet
 
static SLATECORE_API const FTouchKeySet EmptySet
 

Detailed Description

Helper class to auto-populate a set with the set of "keys" a touch represents

Constructor & Destructor Documentation

◆ FTouchKeySet()

FTouchKeySet::FTouchKeySet ( FKey  Key)
inline

Creates and initializes a new instance with the specified key.

Parameters
KeyThe key to insert into the set.

Member Data Documentation

◆ EmptySet

const FTouchKeySet FTouchKeySet::EmptySet
static

◆ StandardSet

const FTouchKeySet FTouchKeySet::StandardSet
static

The documentation for this class was generated from the following files: