[언리얼] 학원 13일차: 데이터 테이블 핸들, AI Controller
·
언리얼/Assortrack UE5
이전 글 보기 https://mountain-noroo.tistory.com/59 [언리얼] 학원 12일차: 데칼, 몬스터 개선(데이터 테이블) 이전 글 보기 https://mountain-noroo.tistory.com/58 [언리얼] 학원 11일차: 또 다른 싱글톤, 콜리전 트레이스 채널 이전 글 보기 https://mountain-noroo.tistory.com/57 [언리얼] 학원 9일차: 투사체 개선, 충돌체 이전 mountain-noroo.tistory.com 데이터 테이블 행을 가져오기 위해 Enum을 문자열로 변환하기 // 데이터 입력 // 몬스터 데이터 테이블을 가져온다. UDataTable* DataTable = LoadObject(nullptr, TEXT("/Script/Engine...