Files
UnrealEngineUWP/Engine/Source/Editor/TextureEditor
sebastien lussier b28b59cbe8 Virtual Texture: Fixed FVirtualTextureSystem::RequestTilesForRegionInternal() potentially issuing many invalid tile requests if fetching for a VT outside of the viewport
* Solves degenerate case where the WP minimap would be zoomed out and dragged far outside the viewport, issuing millions of tile requests each frame
* Properly clamp the requested VT region to what's visible in the viewport
* Deprecated previous method which required the viewport position to be negated to work properly
#rb jeremy.moore

[CL 28039832 by sebastien lussier in ue5-main branch]
2023-09-20 12:11:34 -04:00
..