Commit Graph

4 Commits

Author SHA1 Message Date
Chris Wood
8a112d6140 PushMenu() now respects QueryPopupMethod(). All menus now support reusing windows.
UE-14641 - Fix PushMenu() to use QueryPopupMethod()

Pretty big refactor
Adds IMenu as way to identify menus. Replaces referring to menus as SWindows.
Lots of uses of PushMenu() fixed up to match new API

#codereview Nick.Atamas

[CL 2579277 by Chris Wood in Main branch]
2015-06-05 20:19:33 -04:00
Mike Fricker
2fde42db0f Size Mapper fixes
- Fixed references not being up-to-date as changes are made live in the editor.  Simply close and reopen the Size Map to see updated references. (UE-14410)
- Fixed many issues with Size Map not showing the correct set of referenced content by an asset (no longer uses Asset Registry, instead serializes to find references.)
- Fixed 2D textures not reporting correct size (they were reporting current streamed-in mips, not worst-case size)
- Fixed assets that reported zero bytes as their size not being tracked as "unknown size"
- Fixed root-level assets sometimes getting bundled into the "SHARED" group
- Fixed Size Map no longer functioning when viewing large numbers of assets, such as all Engine Content
- Fixed Size Map having to be closed and reopened sometimes to show all of the correct references
- Fixed node text sometimes drawing with unintentionally huge fonts due to integer overflow
- Fixed the asset type name not being shown next to an asset name that had child references
- Fixed hard-to-read text labels due to node colors being desaturated too much at even shallow depth levels

[CL 2530259 by Mike Fricker in Main branch]
2015-04-29 10:39:56 -04:00
Dmitry Rekman
1135a65ef1 Fix for (some) shadowing issues in the editor.
#codereview Marc.Audy, Matt.Kuhlenschmidt, Marcus.Wassmer, Mike.Fricker
#lockdown Zachary.EdgertonJones

[CL 2521997 by Dmitry Rekman in Main branch]
2015-04-22 18:33:17 -04:00
Mike Fricker
403a84fcfa Asset Size Mapper tool
- New "Size Map" feature that shows the resource size for selected assets in Content Browser
- Select assets in Content Browser, right click and choose "Size Map..." to show sizes for those assets
- Select actors and press Alt+Shift+M to show sizes of assets used by those actors
- Select assets in Reference Viewer, right click and choose "Size Map..." to show sizes for those assets
- Also added a new "Tree Map" general purpose Slate widget (STreeMap)

[CL 2521609 by Mike Fricker in Main branch]
2015-04-22 15:58:21 -04:00