UDK Link: link title
In this project, they need to get the BackBuffer(including UMG), and use this BackBuffer to do some post-processing. So follow the code in FViewportSurfaceReader :: ResolveRenderTarget, to get BackBuffer after Slate Windows Rendered.
The error code is in fucntion FScreenCaptureModule::OnSlateWindowRendered_ScreenCapture, the main code is:
FTexture2DRHIRef SourceBackBuffer = RHICmdList.GetViewportBackBuffer(*ViewportRHI);
PixelShader->SetParameters(RHICmdList, ..., SourceBackBuffer);
RendererModule->DrawRectangle(...);
This is successful on a PC, but fails on Android.
[Step 1], unzip "AndroidSceneCapture.zip", generate VS project.
[Step 2], start project, open map "/Content/ScreenCapture/Test/TestLevel".
[Step 3], Play, and click button in screen, screen capture is successful.
[Link Removed]
[Step 4], Package into a Android device, and click button in device, screen capture is failed.
error message when install in U.E 5.3 - IS-IN-FCO2-82
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
How does TextureRenderTarget2D get TArray<uint8> type data?
What method is used to fill polygonal regions when drawing spline mesh at run time?
Why does the REMOVE method of map container remove elements have memory leaks?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-37573 in the post.
0 |
Component | UE - Platform - Mobile |
---|---|
Affects Versions | 4.13 |
Created | Oct 20, 2016 |
---|---|
Resolved | Oct 26, 2016 |
Updated | Sep 16, 2019 |