When running a build with bSharedLinearTextureEncoding enabled, View.GGXLTCMatTexture and View.GGXLTCAmpTexture are pointing at the black texture fallback, which affects correctness of rect lighting ...
I am filing a Jira for this at the request of [Link Removed] to see if it can be made into a hotfix. It has been reported on the forums and UDN that textures render black. See the Slack thread her ...
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. ...