ETouchType::Type

Various states of touch inputs.

Windows
MacOS
Linux

References

Module

InputCore

Header

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

Include

#include "InputCoreTypes.h"

Syntax

namespace ETouchType
{
    enum Type
    {
        Began,
        Moved,
        Stationary,
        ForceChanged,
        FirstMove,
        Ended,
        NumTypes,
    }
}

Values

Name

Description

Began

Moved

Stationary

ForceChanged

FirstMove

Ended

NumTypes

Remarks

Various states of touch inputs.

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