언리얼 엔진에서 Visual Studio 에서 Blue print 연동하는 툴인데 설치하고 Visual Studio 에서
"BlueprintGraph.pdb not loaded" 메세지와 함께 제대로 작동 하지 않았다.
관련 문서에 제시된 내용대로 진행했음에도 문제 해결이 안되었는데,
아래는 설치 관련 링크.
Unreal Engine Integrations Now Available in Visual Studio 2022 - C++ Team Blog
Today, we are happy to share a set of features specifically aimed towards improving productivity for Unreal Engine development.
devblogs.microsoft.com
몇시간 헤맨끝에 찾은 원인은 언리얼 설치 옵션에서
"디버깅을 위한 편집기 기호" 가 설치되어야 정상 작동되었다.
반응형
'UE5 > 이런저런_테스트_메모' 카테고리의 다른 글
[UE5] Matrix Outline Thickness (0) | 2023.10.31 |
---|---|
[UE5] Cloth Animation - Material (0) | 2023.04.03 |
[UE5] Cloth Animation - import & setting (0) | 2023.04.03 |
[UE5] Fracture obj - 적용 (0) | 2023.03.20 |
[UE5] Fracture Obj - 기본준비 (0) | 2023.03.17 |