UE4 오류 로그 # 컴포넌트 디테일 패널 사라짐. Component detail panel disappears
[velog에서 블로그 이전하며 가져온 글입니다]
작성 일자 : 2022년 7월 15일
동일 증상 링크 : Component detail panel disappears - raddit
UE4 개발 중 발견한 버그이다. UPROPERTY
매크로를 사용해서 컴포넌트에 프로퍼티를 지정해주면 블루프린트 에디터 우측 디테일 패널에 속성을 보여주거나 보여주지 않을 수 있다. 하지만 가끔 디테일 패널이 안보이는 문제가 발생하기도 한다. 해당 컴포넌트와 관련있는 코드가 정상적으로 작동하지 않는 경우도 있다.
해결 방법
파일 -> 블루프린트 부모변경
기능을 사용해서 상위 클래스로 부모를 변경한 후 다시 원래대로 되돌리는 방법이 있다.
원문
This is a fairly common bug since UE4, happens most in C++ projects, to solve this you need to reparent this blueprint class to the lowest level.
So this is a Actor, I presume, if so reparent this blueprint to Actor then reparent again to Ship. Be aware that you may lost some data in this process so I recommend you to make a backup before. Unfortunately this is the only way I know to solve this.
I recommend you to stick with UE4, previous version comparing to the latest, currently is 4.26.2.