UStylusInputSubsystem::GetInputDevice

Retrieve the input device that is at the given index, or nullptr if not found.

Windows
MacOS
Linux

References

Module

StylusInput

Header

/Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/IStylusInputModule.h

Include

#include "IStylusInputModule.h"

Source

/Engine/Plugins/Editor/StylusInput/Source/StylusInput/Private/StylusInputModule.cpp

Syntax

const IStylusInputDevice * GetInputDevice
(
    int32 Index
) const

Remarks

Retrieve the input device that is at the given index, or nullptr if not found. Corresponds to the StylusIndex in IStylusMessageHandler.

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