Navigation
Unreal Engine C++ API Reference > Runtime > InputCore
References
Module | InputCore |
Header | /Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h |
Include | #include "InputCoreTypes.h" |
Syntax
namespace ETouchType
{
enum Type
&123;
Began,
Moved,
Stationary,
ForceChanged,
FirstMove,
Ended,
NumTypes,
&125;
}
Values
Name | Description |
---|---|
Began | |
Moved | |
Stationary | |
ForceChanged | |
FirstMove | |
Ended | |
NumTypes |
Remarks
Various states of touch inputs.