Crouch Blueprints

Does anyone have a good blueprint for crouching?Ive tried to do it the simple way but the camera wont get to the half height…

For what Player type? First Person or Third Person? In first Person it get with your character, but you Need to call in your Animation blueprint a crouch condition. There you can set the Animation for crouching. The same with third Person blueprints. But that depends on what component your camera is attached to. If your camera is attached only in the hierarchy it won’t get down. But you can attache it on a socket.
Or you try to set the Location from you camera when you call crouch. And then back if you uncrouch.