Make Unreal REAL.
article thumbnail
Unreal Engine 5 C++ Multiplayer Shooter

 

언리얼 엔진은 기본적으로 웅크린 상태에서 점프를 허용하지 않는다.

 

 

 

How do I allow Jump while I am Crouching?

I agree with this solution, it worked for me like this, no need to add delays:

forums.unrealengine.com

Character 클래스의 CanJump() 함수 선언부를 보면 오버라이딩이 불가능하지만, CanJumpInternal_Implementation() 함수는 오버라이드가 가능한 것을 볼 수 있다.

 

 

내 캐릭터 클래스에서 CanJumpInternal_Implementation() 함수를 오버라이드한다.

 

 

아래와 같이, 바닥에서 웅크리기 중인 상태도 점프가 가능하도록 수정한다.

 

 

이제 웅크리기 중일 때도 점프할 수 있다.

 

'Unreal Engine > UE5 C++ Multiplayer Shooter' 카테고리의 다른 글

Aim Offset  (0) 2023.04.12
조준하면서 걷기  (0) 2023.04.12
웅크리고 걷기  (0) 2023.04.10
점프 애니메이션  (0) 2023.04.09
시야 조정에 따른 몸 기울임(Leaning)  (0) 2023.04.08
profile

Make Unreal REAL.

@diesuki4

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!

검색 태그