Unreal Engine 4 Tutorial - Crouch

preview_player
Показать описание
In this simple tutorial, using the first person template, we will make our character crouch.
Рекомендации по теме
Комментарии
Автор

Freakin' Awesome!! I've been looking all over for the answer to this pretty straightforward question. THANK YOU!!!

negativghostrdr
Автор

Your vids are great, they have helped me so much! keep up the good work!

Haileyscomet
Автор

Thanks for the tutorial, Tesla. Very helpful as always.

julianbransky
Автор

Thanks buddy for all your tutorials, it helped a lot when i was making my own crouch in 3rd person view. I used a similar setup to activate crouch, then setup animations using that bool because it would default to true or false once you press the button. Its because that crouch and uncrouch is already setup as a movement option under the default character blueprint. Once that crouch thing was set up with the key, i could loop through my animations on top of a regular idle walk run jump setup. so easy, and many thanks... my results --> Playing with UE4 - Character now with Crouch "C" key Setup

VoiceAssistant
Автор

If you want a crouch that only occurs when you *hold the key down, * remove the FlipFlop and connect the Pressed exec to crouch and the Released exec to uncrouch.

Gunslingerwashere
Автор

Hello Tesla! Great tutorial, works great! But how do I make it smooth in and out?

smellyParmesan
Автор

Now if only it was this easy to crouch in Paper2D XvX

Grzysweet
Автор

I can't seem to lower my eye height, i assumed this would change the camera height etc depending what value you entered. Does it work for anyone?

TeslaUE
Автор

Great tutorial! but how can I make the crouching camera more slow? it's too fast!
Thanks

Almajtek
Автор

Hey! I know this video is old, but I'm using this system. My question is can we make the camera animation smoother? I'm assuming we'd use a timeline, but with this exact setup, how exactly would we implement that? Thanks for the video, your tutorials help so much!

veryveryold
Автор

Crouch is a great function so we do not have to adjust the cam position by scripting ourselves. Btw, you know how to change the height during crouch? If there is a way to change, I may add prone state as well

shiweidu
Автор

I tried to do that, but in the new UE version (4.7.0 Preview 5) the "Can Crouch" tick has dissapeared, Any idea of how can I do it?

ManuelHernandezSalazar
Автор

Great tutorial, but the crouching is very height, even if i turn Crouched half Height to 0 , is there a way to make it more to the ground ?

Thanks

ceco
Автор

I tried this in my third person template. Do I need to create a character stance for crouching, and, if so, how do I link it to the key I selected? Also, how do I make it smooth?

michaelrex
Автор

Second question--I can't jump from a crouch. I want to be able to do this. Think I could have some help? Again, thank you!

veryveryold
Автор

Thanks, Could you point me in the direction to make my char crouch in 3rd person view? Thanks

Asmondien
Автор

How would you alter this for side scrollers?

raiden
Автор

For some reason this has made my character walk when I press C instead of making them crouch any suggestions?

harryhunt
Автор

when I crouch it goes up a little bit instead of down :(

spencerlambert
Автор

How could i set this up for a Third Person Game?

MitchINN