When the editor crashes and you load back up all the Waterbodies are completely screwed up and the only way to fix them is to transfer your entire project to a new level
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Stability
Steps to Reproduce
Open editor, place waterbodies, try to get your editor to crash then open up again
Hi @Leo_JokerYT , thanks for reporting this issue. We’ve been investigating your issue and have found the following:
The main Landscape Material used in the project, M_CommonLandscape, has a “MF_Corrupted” material function which outputs a float3. The static switch appears to be tricking the translator into accepting the invalid MF. The problem can be fixed by passing the output of MF_Corrupted through a MakeMaterialAttributes.
It’s expected this issue would be caught during the compilation process and are further investigating why it’s missed. Thanks for your help and let me know if you have any questions.
Thanks! Im just a tad bit confused does this fix the water issue, or is it a general issue the project had? Our waterbodies in the project worked fine until a random editor crash.
Additionally we never had infinite compilation errors with that material only with a random proxy near the center of the Ch3 inspired map with M_Artemis_Frontier, it would fix itself if you re applied it to the proxy but then break if you opened a level sequence or moved an actor. its odd though because it would only not compile on part of the proxy. I was thinking maybe the Fake RVT (MF_Fake_RVT and MF_Fake_RVT_Artemis) could be the cause, drawing too many texture samplers but i have it pretty optimized, so not sure