add new functions to ask texture if VT is required to build
RequiresVirtualTexturing
IsVirtualTexturingEnabled
CanBuildPlatformData
use CanBuildPlatformData instead of Source.IsValid()
#jira UE-213604
[FYI] jeremy.moore
[CL 33783563 by charles bloom in ue5-main branch]
[FYI] charles.bloom
Original CL Desc
-----------------------------------------------------------------
TextureImportSettings AutoLimitDimension option to resize textures on import to limit texture source sizes
#rb dan.thompson
[CL 33515162 by charles bloom in ue5-main branch]
[FYI] Danny.Kabrane, Dan.Thompson, Charles.Bloom
Original CL Desc
-----------------------------------------------------------------
Fixing MaterialX imports texture with wrong colors, correctly detect gray scale textures in the Texture Pipeline, not in the Translator wrapper.
#jira UE-192576
#rb Alexis.Matte
[CL 30588609 by danny kabrane in ue5-main branch]
use BlockOnAnyAsyncBuild instead
wrap Texture changes in PreEdit/PostEdit and don't manually call things like Modify and UpdateResource
#rnx
[CL 30332713 by charles bloom in ue5-main branch]
SetModernSettingsForNewOrChangedTexture should be used on newly made or changed textures
BlockOnAnyAsyncBuild instead of directly calling to TextureCompilingManager or Modify
TextureRenderTarget::GetRenderTargetTextureClass
make TextureSource::Init do UseHashAsGuid so it behaves the same as Lock/Unlock
#rb dan.thompson
[CL 30266851 by charles bloom in ue5-main branch]
ResizeImage support wrap/clamp edge mode on X and Y
ResizeImage fix Pow22 source is SRGB dest
TextureSource resizer detect cases that are poorly handled by TextureCompressorModule and use ResizeImage instead (eg. latlong, stretch)
#rb fabian.giesen
[CL 29923273 by charles bloom in ue5-main branch]
fix TextureCube icon being used but doesn't exist
TextureSourceDataUtils no need to use the complicated bulkdata init api, just init from image
verify that Compress is called as expected
#rnx
[CL 29832763 by charles bloom in ue5-main branch]
TextureEditor : show udim info in imported size
also treat these actions as a reimport (bump oodle sdk to latest)
#rnx
#rb fabian.giesen
[CL 29816581 by charles bloom in ue5-main branch]