Break InputActionKeyMapping

Break InputActionKeyMapping

Windows
MacOS
Linux

Adds a node that breaks a 'InputActionKeyMapping' into its member fields

Break InputActionKeyMapping
Input Action Key Mapping
Action Name
Shift
Ctrl
Alt
Cmd
Key

Inputs

Input Action Key Mapping
Input Action Key Mapping Structure (by ref)

Outputs

Action Name
Name

Friendly name of action, e.g "jump"

Shift
Boolean

true if one of the Shift keys must be down when the KeyEvent is received to be acknowledged

Ctrl
Boolean

true if one of the Ctrl keys must be down when the KeyEvent is received to be acknowledged

Alt
Boolean

true if one of the Alt keys must be down when the KeyEvent is received to be acknowledged

Cmd
Boolean

true if one of the Cmd keys must be down when the KeyEvent is received to be acknowledged

Key
Key Structure

Key to bind it to.

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