Get Pickup Item
무기를 스왑하면서 특정 위치에 표시해줄려면, 우리가 집는 아이템이 무기인지를 알아야 한다.
이에 대한 함수를 만들어보자.
Cast를 통해서 Item을 Weapon으로 변환 후 해당 무기가 유효하면 SwapWeapon을 진행한다.
만약 Item이 물약이나, 기타 다른 아이템이면 특정 위치에 보간하면서 표시하는 작업은 필요 없다.
'Unreal > Udemy 강의' 카테고리의 다른 글
Unreal Engine 4 C++ The Ultimate Shooter Course Section 6-4 (0) | 2024.08.27 |
---|---|
Unreal Engine 4 C++ The Ultimate Shooter Course Section 6-3 (0) | 2024.08.27 |
Unreal Engine 4 C++ The Ultimate Shooter Course Section 6-1 (0) | 2024.08.27 |
Unreal Engine 4 C++ The Ultimate Shooter Course Section 5-21 (0) | 2024.08.27 |
Unreal Engine 4 C++ The Ultimate Shooter Course Section 5-20 (0) | 2024.08.27 |