The bug was that objects that had been trashed previously were being added instead of the live instances.
#jira UE-207192
[CL 36035402 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]
- In bottom view, the filter button has been replaced by edit button
- Edit button lets user's select the properties they want to work with
- Top view no longer shows components
#jira UE-216095, UE-216460, UE-216458
[CL 34161423 by dominik peacock in ue5-main branch]
IPropertySource strips away functions that were used in an old version but are no longer used in 5.5.
[CL 34119477 by dominik peacock in ue5-main branch]
- Sorting properties now uses a cache to speed to generating names of FProperties.
- UI now uses TSoftObjectPath, which cases objects after resolve, instead of loading it every time
#jira UE-214035
[CL 33479207 by dominik peacock in ue5-main branch]
- "Overview" tab label was renamed to "Session" (MU tab when connected to session)
- "Add objects" combo button label was renamed to "Add" (MU tab when connected to session > replication tab)
#jira UE-204189
#jira UE-204206
[CL 33424083 by dominik peacock in ue5-main branch]
- Unified all locations (browser top-right and overview list) in the Concert UI to use SClientName and related classes.
#jira UE-211489
[CL 32899281 by dominik peacock in ue5-main branch]
- Introduced IPropertyAssignmentView which abstracts the concept of displaying properties for an object
- SPerObjectPropertyAssignment implements IPropertyAssignmentView and performs the old behaviour (display the properties of the object selected in top view)
[CL 32881597 by dominik peacock in ue5-main branch]
- Removing an actor removes it from the local client's stream
- Refresh subobject hierarchy in tree view UI when it is changed (e.g. by adding a component)
#jira UE-199282, UE-206807
[CL 31557050 by dominik peacock in ue5-main branch]