게임 엔진/Unreal

[Unreal/Editor] 에디터 좌상단에 디버깅 텍스트 띄우기

niamdank 2025. 1. 7. 10:45

에디터에 뜨는 이거 라인 추가

 

UDebugSkelMeshComponent를 오버라이드하여 클래스 생성.

RegisterExtendedViewportTextDelegate로 텍스트를 리턴하는 함수를 넣어 표시 가능.

 

※ 컴포넌트 제거될 때 Unregister~ 로 제거 처리 필수.