DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

USingleClickInputBehavior

UAnyButtonInputBehavior > UInputBehavior > UObject

USingleClickInputBehavior implements a standard "button-click"-style input behavior. The state machine works as follows: 1) on input-device-button-press, hit-test the target. If hit, begin capture 2) on input-device-button-release, hit-test the target. If hit, call Target::OnClicked(). If not hit, ignore click. The second hit-test is required to allow the click to be "cancelled" by moving away from the target. This is standard GUI behavior. You can disable this second hit test using the .HitTestOnRelease property. This is strongly discouraged. The hit-test and on-clicked functions are provided by a IClickBehaviorTarget instance.

Member Type Offset Share
HitTestOnRelease

Hit-test is repeated on release (standard behavior). If false,

bool 0xc0