Push Button
Description
A control type that simulates the behavior of a physical key or button providing simple, discrete input for triggering actions like jumping, shooting, or interacting with in-game objects.

Common
Input Simulate
: The Button control path of the input control to be simulate.Input Execution
: Defines how the value transitions or updates during button press and release.Momentary
: Sends a value of1
while the button is pressed, and0
when released.Press Pulse
: Sends a value of1
while the button is pressed, and0
when released.Press Pulse
: Sends a value of1
immediately when the button is released, followed by0
.
Last updated
Was this helpful?