Texture format override to BGRA8 due to changes in CL-30603716. The following code can restore the previous behavior. void FShadowMapPendingTexture::StartEncoding(ULevel* LightingScenario, ITexture ...
When using "ConstructTexture2D" from a render target that uses the format PF_R16F (RTF_R16F) the output texture won't retain the format and will become a four channel float texture. The texture for ...
A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...
In Blueprint, binding a custom event to OnAssetPostImport and setting TextureGroup to UI causes the UE editor to crash. But if it sets to the other group like "World" or "Character", this crash does ...
Made From CrashReporter To remain Glitter compliant logs can not be linked from Crash Reporter. Should you need logs you will have to get them from Crash Report. ...
This is a regression tested in //UE4/Release-4.27 cl18319896 Editor crashes after importing a 16k Normal Map while Unreal Real is Preparing Texture. Other non-normal maps seem to work without issue ...
Looking at each value of the texture, it seems that the import of the R value is incorrect. PNG:[Link Removed] TGA:[Link Removed] ...
If using VT_CurlNoise texture in the Volumetrics plugin, it will output a DDC cache miss every time when launch Editor. ...
This is a regression. Tested in //UE4/Release-4.27 CL#18319896 Fatal Error when setting S RGB to true on a Texture 2D from a Render Target Create Static Texture Editor Only node. ...
I'm trying to import a .exr texture created in Substance Painter and exported as a 32 bit linear exr file. The texture is to be used for roughness. However, I've stumbled upon the problem that users ...