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

UClickDragInputBehavior

UAnyButtonInputBehavior > UInputBehavior > UObject

UClickDragInputBehavior implements a standard "button-click-drag"-style input behavior. An IClickDragBehaviorTarget instance must be provided which is manipulated by this behavior. The state machine works as follows: 1) on input-device-button-press, call Target::CanBeginClickDragSequence to determine if capture should begin 2) on input-device-move, call Target::OnClickDrag 3) on input-device-button-release, call Target::OnClickRelease If a ForceEndCapture occurs we call Target::OnTerminateDragSequence

Member Type Offset Share
bUpdateModifiersDuringDrag

If true, then we will update Modifier states in UpdateCapture().

bool 0x120