For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Key or Mouse Button in C++

InputCoreTypes.h has a static struct EKeys.

Example

const FPointerEvent& MouseEvent;
MouseEvent.IsMouseButtonDown(EKeys::RightMouseButton)

Last updated