SActorDetails now operates on a given UTypedElementSelectionSet (removing its dependence on the global selection), and also operates based on the list of selected top-level elements rather than the selected actors.
UTypedElementDetailsInterface provides the interface needed for an element to be used with the details panel, with ITypedElementDetailsObject being the underlying glue object.
The ITypedElementDetailsObject instance will exist as long as the details panel is using it, so gives a lifetime to potentially synthesized UObject instances that are created purely for editing (eg, on instances).
This change removes almost all direct use of UpdateFloatingPropertyWindowsFromActorList, with only a single use-case in the reference viewer remaining.
Most code was already using UpdateFloatingPropertyWindows anyway, which now emits an extra OnElementSelectionChanged event in addition to its previous OnActorSelectionChanged event.
UpdateFloatingPropertyWindowsFromActorList now only emits an OnOverridePropertyEditorSelection event and no longer emits an OnActorSelectionChanged event.
SActorDetails is updated from both OnElementSelectionChanged and OnOverridePropertyEditorSelection, with the OnActorSelectionChanged event remaining for backwards compatability with existing code.
#jira
#rb Chris.Gagnon, Brooke.Hubert
[CL 15037524 by Jamie Dale in ue5-main branch]
The following options from the actor viewport menu are now elemenent based:
- Snap/Align (excluding layers)
- Delta Transform
- Mirror X/Y/Z
#rb Brooke.Hubert
[CL 14830849 by Jamie Dale in ue5-main branch]
Renamed old status bar API to TitleBar because thats where it was putting things. Fixed up a few use cases. Other use cases will be moved to the status bar
#rb louise.rasmussen
[CL 13212075 by Matt Kuhlenschmidt in ue5-main branch]
- New map warning will display "GRASS MAPS NEED TO BE REBUILT" whenever grass maps are outdated.
- New "Build Grass Maps" command added to the Build menu options.
#rb patrick.enfedaque
#ROBOMERGE-SOURCE: CL 13050576 via CL 13050581 via CL 13050584
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v686-13045012)
[CL 13050586 by richard malo 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]
Changed the way details panels handle multiple root objects. The filter can now specify this without setting a specific flag on a details panel at creation time.
[CODEREVIEW] chris.gagnon
#ROBOMERGE-OWNER: matt.kuhlenschmidt
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 11308033 via CL 11308037 via CL 11308040
#ROBOMERGE-BOT: (v653-11302973)
#rb none
[CL 11310703 by matt kuhlenschmidt in Main branch]
#rb Rex.Hill
[CODEREVIEW] Matt.Kuhluenschmidt
#ROBOMERGE-OWNER: chris.gagnon
#ROBOMERGE-AUTHOR: chris.gagnon
#ROBOMERGE-SOURCE: CL 11292016 via CL 11292018 via CL 11292020 via CL 11292025
#ROBOMERGE-BOT: (v647-11244347)
[CL 11292437 by chris gagnon in Main branch]