FTouchKeySet

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

Windows
MacOS
Linux

Inheritance Hierarchy

TSet

FTouchKeySet

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Events.h

Include

#include "Input/Events.h"

Syntax

class FTouchKeySet : public TSet< FKey >

Remarks

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

Constructors

Name Description

Public function

FTouchKeySet

(
    FKey Key
)

Creates and initializes a new instance with the specified key.

Constants

Name

Description

EmptySet

The empty set contains no valid keys.

StandardSet

The standard set consists of just the left mouse button key.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss