Create Game
[UE5] 19 - Golds, Souls
1. Blueprint Souls Create - BP Item에서 상속받은 On Sphere Start Overlap 사용 2. Interface Pickup Item - Add Golds → 골드 획득 시 실행 - Add Souls → 소울 획득 시 실행 - SetOverlapping Item → 아이템 실행 시 실행 3. Character Pickup Interface - 인터페이스로 부터 상속받은 값들은 캐릭터의 인터페이스로 이동함
[UE5] 18 - HUD
1. HUD Create & Widget Create - Widget Create - HUD Create 2. Widget Function Create - Health, Stamina, Gold, Soul 3. Character use HUD - Controller에 있는 HUD를 받아와서 HUD의 Widget을 사용 - Widget 초기 값 설정
[UE5] 17 - Motion Warping
1. Motion Warping - 공격자한테 이동할 수 있도록 만듦 - 움직이는 애니메이션 추가 → Mixamo - Add Motion Warping 2. Attack Montage - 공격 모션에서 Motion Warping 추가 및 공격하는 위치 선택 - Motion Warping에 상대의 이동하는 적을 따라가게 만드는 이벤트 함수 추가 - Motion Warping Details Settings - 3가지 공격 모두 추가 3. Event Create - 이벤트 활성화시 Transform 이동 - Animation 실행 4. 매번 Tick 마다 실행 - Translation & Rotation Warp Create