🏔️ Unreal/Develop
Unreal 4.18 Destructible Mesh Error 언리얼 4.18
맨텀
2017. 10. 26. 15:27
출처 : https://answers.unrealengine.com/questions/711506/no-destructible-meshes-in-418.html
4.17로 개발한 버전을 언리얼 4.18 버전으로 올린다음 오류발생.
APEX기능이 삭제되면서 Destructible Mesh가 같이 삭제된듯하다.
Games\UE_4.18\Engine\Plugins\Runtime\ApexDestruction\ApexDestruction.uplugin
경로를 찾아가서 저 파일을 메모장으로 연 다음
EnabledByDefault 항목을 true로 바꿔준다음 프로젝트를 다시 실행해보면 해결된다.