We’ve migrated our project from UE5.4.4. to 5.5.1. and things are looking pretty good aside from one thing. We keep getting this same message in the log whether we’re doing anything or not, and it’s spewing it out like crazy, every frame or so. I’ve been wading through various forums but can’t seem to find an answer. Have you seen anything like that before?
This happened to us too upgrading 5.4.2 → 5.5.2.
Delving a bit in the internals by putting a breakpoint in the log and pulling the thread a bit I found this:
And apparently it was trying to load this texture but not finding them:
STBlueNoise_vec2_128x128x64
My solution so far has been going to the path where it’s trying to find them /Engine/EngineMaterials/ and duplicate the texture that had a similar name (and I assumed similar purpose, if not the same) and renaming it.
Hi.
Great bit of advice! In our case, it was this file: “STBlueNoise_scalar_128x128x64”. After making a copy of some other texture and renaming it, the endless log stopped.