For context, other editors commonly use OnRequestClose as an opportunity to see if their data has changed, and pop up a message box asking the user if they want to save or cancel the closure. Actual cleanup is performed in OnClose() or as part of their destructor.
#jira none
#rb alejandro.arango tom.tillotson patrick.hardy
#preflight 60b0079c072a1d00012bc01e
[CL 16495334 by justin hare in ue5-main branch]
Refactored FindField into FindUField and FindFProperty to avoid confusion caused by the fact that FindField<UField> will no longer return FProperties.
#jira UE-90683
#rb Steve.Robb
#tests Basic editor functionality test, cooked and ran PC client and server, bot soak tests for two hours
#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: robert.manuszewski
#ROBOMERGE-SOURCE: CL 12190998 in //UE4/Release-4.25/... via CL 12190999
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v661-12148976)
[CL 12191300 by robert manuszewski in Main branch]
#rb chris.gagnon
#ROBOMERGE-OWNER: rex.hill
#ROBOMERGE-AUTHOR: rex.hill
#ROBOMERGE-SOURCE: CL 11604269 via CL 11604360 via CL 11604439
#ROBOMERGE-BOT: (v656-11643781)
[CL 11743509 by rex hill in Main branch]
#jira
#rb none
#ROBOMERGE-SOURCE: CL 11610730 in //UE4/Release-4.25/... via CL 11610736
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v655-11596533)
[CL 11610747 by jamie dale in Main branch]
#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870586 by ryan durand in Main branch]
It now attempts to show you the translation information for anything that has a valid identity (including String Table entries, which were previously being skipped by the ShouldGatherForLocalization check).
In cases where we have an identity but no localization target information for the translation data, we show a message saying that the text can be localized, but needs to be gathered (and hide the target field and save button).
Also updated the messages for the "not localizable" cases.
#fyi Joe.Conley
#rb none
[CL 4363795 by Jamie Dale in Dev-Editor branch]