From licensee:
"Expected behavior (as seen in UE 4.25...also confirmed in 4.24):"
[Image Removed]
"Actual behavior in UE 4.26:"
[Image Removed]
Report from a licensee:
In VR when using custom depth its depthstencil render target seems to get cleared before rendering each eye, causing whatever is being rendered to it to be present only in the right eye.
it's Oculus Rift, deferred and both DX12 and DX11.
In our codebase I actually fixed it when the custom depth pass is created in `FSceneRenderer::RenderCustomDepthPass`
by doing the following (it formats badly here, the column is too narrow):
ERenderTargetLoadAction LoadAction = (ViewIndex == 0) ? ERenderTargetLoadAction::EClear : ERenderTargetLoadAction::ELoad; // <- ADDED & USED THIS PassParameters->RenderTargets.DepthStencil = FDepthStencilBinding( CustomDepthTextures.CustomDepth, LoadAction, bWritesCustomStencilValues ? LoadAction : ERenderTargetLoadAction::ENoAction, FExclusiveDepthStencil::DepthWrite_StencilWrite);
From [Link Removed]:
I am not able to find world outliner how to enable it?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
How can i modify the param name in EQS node
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How does TextureRenderTarget2D get TArray<uint8> type data?
How to achieve HLSL Multiple Render Target in Material blueprints?
Teleporter in the Creative Hub is Locked and cannot be accessed
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-104823 in the post.
6 |
Component | UE - Platform - XR |
---|---|
Affects Versions | 4.26 |
Target Fix | 4.27 |
Created | Dec 19, 2020 |
---|---|
Resolved | Feb 8, 2021 |
Updated | Feb 10, 2021 |