이름.Build.cs 에 모듈 추가
- 모듈이름.Build.cs에서 Private모듈에 GameplayAbilities, GameplayTasks, GameplayTags 추가
PrivateDependencyModuleNames.AddRange(new string[] { "GameplayAbilities", "GameplayTasks", "GameplayTags" });
프로젝트에 플러그인 추가
- Edit
- Plugins
- Gameplay 검색
- Gameplay Abilities 플러그인 체크
'포트폴리오 제작 > Project_P' 카테고리의 다른 글
Project_P 캐릭터(APPGASCharacterPlayer) 설정 (0) | 2024.07.09 |
---|---|
Project_P 캐릭터 무브먼트 설정에 따른 3인칭 캐릭터 움직임 (0) | 2024.07.08 |
Project_P EnhancedInput 설정 및 사용하기 (0) | 2024.07.05 |
Project_P 플레이어 캐릭터에 ASC 생성(1) (0) | 2024.07.03 |
Project_P 게임모드, 플레이어 컨트롤러, 캐릭터 클래스 생성 (1) | 2024.06.19 |