You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Make sure the UCommonButtonInternalBase is not focusable when a DesiredFocusWidget is set in the CommonButtonBase. This will prevent UCommonButtonInternalBase from stealing the focus of the DesiredFocusWidget. [REVIEW] [at]maxime.vaillancourt, [at]ghislain.theriault, [at]vincent.gauthier, [at]daren.cheng [RN] UUserWidget will now send the FocusCause received to the Desired Focus Widget when set. CommonButtonBase's UCommonButtonInternalBase RootButtonRaw will no longer be focusable when a DesiredFocusWidget is set, preventing it from stealing the focus to the DesiredFocusWidget. #rb ghislain.theriault, Vincent.Gauthier [CL 32791785 by mathieu chamberland in ue5-main branch]