You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Implement a private one in LevelInstanceEditorModule which acts as an array of ISCSEditorUICustomization - First ISCSEditorUICustomization to return non default values is used for GetChildActorVisualizationMode() / GetComponentTypeFilter() (Sorted registration could be added later to prioritize a customization over others) - Hide methods will return true if any of the Customizations returns true - Convert existing code to new API - Deprecate Hide methods for a new version taking a UObject arrayview context - Deprecate Setter - Remove Selection listening code in existing Customizations and use the context (fixes Locked details panel bugs) #rb logan.buchy #rnx [CL 32789706 by patrick enfedaque in ue5-main branch]