FInputDeviceState::SetModifierKeyStates

Update keyboard modifier key states

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InputState.h

Include

#include "InputState.h"

Syntax

void SetModifierKeyStates
(
    bool bShiftDown,
    bool bAltDown,
    bool bCtrlDown,
    bool bCmdDown
)

Remarks

Update keyboard modifier key states

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