ETouchIndex::Type

The number of entries in ETouchIndex must match the number of touch keys defined in [EKeys](API\Runtime\InputCore\EKeys) and NUM_TOUCH_KEYS above.

Windows
MacOS
Linux

References

Module

InputCore

Header

/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h

Include

#include "InputCoreTypes.h"

Syntax

namespace ETouchIndex
{
    enum Type
    {
        Touch1,
        Touch2,
        Touch3,
        Touch4,
        Touch5,
        Touch6,
        Touch7,
        Touch8,
        Touch9,
        Touch10,
        CursorPointerIndex,
        MAX_TOUCHES,
    }
}

Values

Name

Description

Touch1

Touch2

Touch3

Touch4

Touch5

Touch6

Touch7

Touch8

Touch9

Touch10

CursorPointerIndex

This entry is special.

MAX_TOUCHES

Remarks

The number of entries in ETouchIndex must match the number of touch keys defined in EKeys and NUM_TOUCH_KEYS above.

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