Class GameDev* SheepAdult

[Unreal Engine] Error - InputMode:UIOnly - Attempting to focus Non-Focusable widget SObjectWidget 본문

Unreal Engine

[Unreal Engine] Error - InputMode:UIOnly - Attempting to focus Non-Focusable widget SObjectWidget

SheepAdult 2023. 5. 19. 13:30

SetInputMode_UIonlyEx 함수의 두 번째 매개변수로 포커스 할 Widget을 정할 수 있는데, 여기서 오류가 발생할 때가 있다.

말 그대로 포커스할 수 없는 Widget을 포커스 했다는 뜻이다. 해당 위젯 디테일 설정에서 아래와 같이 바꿔주면 된다.