Commit Graph

11 Commits

Author SHA1 Message Date
aurel cordonnier
a12d56ff31 Merge from Release-Engine-Staging @ 17791557 to Release-Engine-Test
This represents UE4/Main @17774255, Release-5.0 @17791557 and Dev-PerfTest @17789485

[CL 17794212 by aurel cordonnier in ue5-release-engine-test branch]
2021-10-12 21:21:22 -04:00
julien lheureux
bece49a4a3 UMG Details View will now show everything until there's a selected category or property to show (fixed bug introduced in CL 15797104)
Properties to show in UMG Details View now check up to their root property

#rb lauren.barnes, steven.dao
#preflight 611406960ccb840001ecff80

#ROBOMERGE-SOURCE: CL 17138894 via CL 17139631
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924)

[CL 17139718 by julien lheureux in ue5-release-engine-test branch]
2021-08-11 14:31:41 -04:00
julien lheureux
2b21c3600b Fixed issue with UMG details view causing warnings on BP compilation due to thumbnails + lazy object ptr.
Replaced lazy ptr by soft object ptr which also supersedes the previously existing soft object path.

#rb patrick.boutot
#preflight 610d5ba30ccb84000114bdef

#ROBOMERGE-SOURCE: CL 17086509 via CL 17095184
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v853-17066230)

[CL 17095384 by julien lheureux in ue5-release-engine-test branch]
2021-08-07 15:20:36 -04:00
sebastian nordgren
2ece5eb806 Arrays of structs in Editor Utility Widgets can now be expanded.
#review-16400908 @lauren.barnes

[CL 16434549 by sebastian nordgren in ue5-main branch]
2021-05-24 07:51:21 -04:00
sebastian nordgren
a7739c5df1 Added SetIsCustomRowReadOnlyDelegate to enable customizing the read-only state of custom rows en-masse.
Removed SetIsCustomRowVisibilityFilteredDelegate, because it was unused and needlessly complex since the delegate that you pass into SetIsCustomRowVisibleDelegate can run the same logic and early out.

Category and property filtering through Properties To Show and Categories to Show now works properly.The problem was that visiblity was only considered once on creation and then never again.

#jira UE-88178
#review-15797106 @lauren.barnes
#preflight 605b2381c77fb000015e6a30

[CL 15797104 by sebastian nordgren in ue5-main branch]
2021-03-24 08:16:16 -04:00
Marc Audy
a7c9001a94 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb
#rnx

[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00
brooke hubert
c775c17447 Fixed a crash when compiling a running Editor Utility Blueprint containing a details view.
# Rebuilding the details view widget after a compile is now synchronous operation. Compiling multiple times would cause the underlying widgets to be cleaned up on the main thread from the compile. The async details view task was having widgets it created destroyed by the main thread's compile before finishing the task.

#Jira UE-87649
#rb jason.stasik

#ROBOMERGE-SOURCE: CL 11867684 in //UE4/Release-4.25/... via CL 11867785
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781)

[CL 11870135 by brooke hubert in Main branch]
2020-03-03 11:45:38 -05:00
ryan durand
627baf970a Updating copyright for Engine Editor.
#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]
2019-12-26 15:33:43 -05:00
Robert Manuszewski
7b6f840f7f Copying //UE4/Dev-Core @ 10708550 to Dev-Main (//UE4/Dev-Main)
#rb none

[CL 10708666 by Robert Manuszewski in Main branch]
2019-12-13 11:07:03 -05:00
Dave Belanger
07f8963f5f Filter custom rows in UMG Details View
#jira UE-74956
#rb Matt.Kuhlenschmidt

[CL 6892364 by Dave Belanger in Main branch]
2019-06-07 12:44:15 -04:00
lauren ridge
3db5345caa Copying the details panel and single property UMG widgets to this stream. Adding UX updates to those widgets.
#rnx
#rb Chris.Gagnon


#ROBOMERGE-SOURCE: CL 5937483 via CL 5955751

[CL 5955924 by lauren ridge in Main branch]
2019-04-17 16:59:02 -04:00