You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Reworked the ClassDataSource so that it doesn't require a full data refresh when a module is Loaded, Unloaded or Reloaded. Deprecated the capacity for a ContentBrowser Data Source to request a full data refresh since this doesn't well scale on large projects. Added a way to query a IReload for the classes that were reinstancited. Fixed a bug in the FNativeClassHierarchy::GatherMatchingNodesForPaths function. It failed a getting a existing class node if a folder in its path had the same name has the class. #jira UE-208789 #rb kevin.macaulayvacher [CL 32212553 by julien stjean in ue5-main branch]