ViewOptions member was being passed to child column widget but ViewOptions was destroyed before the child widget.
#jira UE-222956
#rb jason.walter
[CL 35967137 by dominik peacock in ue5-main branch]
Also, for the console command text box, there is now a tooltip for the command currently being typed (if it's valid), which also displays the current value for CVars (to avoid typing the variable without parameter, switch to the log window to peak at the current value and back to the console command to enter a new value)
Also added tooltips forcefields for both the edit text box and the suggestion list view
#jira none
#rb Josh.Adams
[CL 35825261 by jonathan bard in ue5-main branch]
Added the FMakeObjectRowOverlayWidget to FCreateViewerParams so the API user can control how the overlay widget is created rather than it being a hard coded bin icon.
[CL 35631573 by dominik peacock in ue5-main branch]
A FOfflineClient is created for every client that was in the session in the past;
it is used to display the replication content disconnected clients will receive when they rejoin.
FUnifiedClientView combines online and offlien client managers. This interface is now used by the UI for displaying the replication content.
#jira UE-219827
[CL 35626913 by dominik peacock in ue5-main branch]
Context: Previously this widget would display "DisplayName(You)" or "DisplayName". This allows you to display any FText in the parentheses.
Also moves the types into ConcertSharedSlate namespace from ConcertSharedClientSlate namespace; it was in the wrong namespace in the first place.
[CL 35558452 by dominik peacock in ue5-main branch]