Tried to cherry pick the change but I keep getting compile errors, spent half of the day trying to do it with no lock. Any chance someone can create a file up there on github that has this change in there and works when compiling for 5.6.1 ? Any devs for who this would be walk in the park ? Would be much apriciated
I am sure I am putting it in to the wrong place, but this is way over my head. Trying to follow the github explanation:
Move PrepareViewStateForVisibility back to after ViewExtensions’ PreRenderViewFamily_RenderThread and PreRenderView_RenderThread in FSceneRenderer::OnRenderBegin.
That code exists earlier in the script so I comment it out and try to paste it later after the calls depicted above but I cant just do that because it is dependent on some declarations in the block it lives in above. like the “Renderer“ and “SceneTexturesConfig“.
Seems like a simple thing for someone who knows how this stuff works obviously not me I am just an artist and I know a little python but not this.
Incredible that Fixed it. Thank you so much ZyLogic. I owe you a beer or two . The smearing effect is gone when compiling the two branches bellow.
UnrealEngine-5.6.0-release
UnrealEngine-5.6.1-release
I also had to compile the Convai plugin for these specifically for my project but thankfully they provide the source code for their stuff and if you put the SDK in to the unreal project. Make it C++ project and compile it against the versions listed above it works.
One thing I wasn’t able to figure out is the DLSS plugin, when I compile my own branches the above the 5.6 DLSS plugin does not seem to work. I haven’t tried looking for the sdk for that I don’t know if Nvidia provides that same way convai does.
I know this is a different thread / post but if anyone has a way to cherry pick that fix please let me know.
I am not familiar with this ConvAI plugin you speak of, but regarding DLSS, you should be able to download the 5.6 DLSS4 version from NVIDIA DLSS | NVIDIA Developer and follow the installation steps from there.