diff --git a/03-UnrealEngine/UI/CommonUI.md b/03-UnrealEngine/UI/CommonUI.md index 2e6e13a..69635e8 100644 --- a/03-UnrealEngine/UI/CommonUI.md +++ b/03-UnrealEngine/UI/CommonUI.md @@ -365,6 +365,7 @@ PS. CommonUI开启输入增强后,**CommonUI InputData**中也可以添加Inpu 1. [x] 解决一些Button Release方面的颜色bug 2. [ ] 修复KeyBoard UI Nav的bug,鼠标&键盘同时使用问题 3. [ ] ~~鼠标点击空白区域会导致丢失Focus的问题~~ + 1. [ ] 需要通过c++扩展来获得Focus, https://georgy.dev/posts/get-focused-widget/ 4. KeySelector扩展,添加图标模型以及只有GamePad输入模式。 5. 声音没有保存设置。 6. 给其他控件实现类似CommonButton的bShouldUseFallbackDefaultInputAction的功能