Im looking for a way to have a shift to stand to sprint from a crouch I cant seem to find any solutions online. Thanks.
Hey there @DavidFails! Welcome to the community! The logic itself depends on how your sprinting logic is processed. First when receiving the sprint input I’d check the character class bIsCrouched
boolean, and if it’s active, you’d use the UnCrouch
event, then begin the sprint.
Yeah I figured it out. Had me stumped yesterday. Glad I took a break to re-evaluate.
1 Like