The Weapon Type
앞으로 사용될 무기 유형에 대해서 선언해주자.
전과 같이 enum 클래스를 통해 Weapon 클래스에서 선언해줄 것이다.
이에 대한 변수 및 초기화도 해주자.
해당 내용은 private에서 선언했지만 다른 클래스에서도 사용해야 하는 내용이기에 Public 섹션에서 getter() 함수도 만들어주자.
'Unreal > Udemy 강의' 카테고리의 다른 글
Unreal Engine 4 C++ The Ultimate Shooter Course Section 7-12 (0) | 2024.08.30 |
---|---|
Unreal Engine 4 C++ The Ultimate Shooter Course Section 7-11 (0) | 2024.08.30 |
Unreal Engine 4 C++ The Ultimate Shooter Course Section 7-9 (0) | 2024.08.30 |
Unreal Engine 4 C++ The Ultimate Shooter Course Section 7-8 (0) | 2024.08.29 |
Unreal Engine 4 C++ The Ultimate Shooter Course Section 7-7 (0) | 2024.08.29 |