Community Tutorial: Pixel/Compute Shader to Render Target Asset - C++

Sometimes you need to get the result of your pixel shader and use it somewhere else. This tutorial shows you the bare minimum required to render your pixel shader to a render target asset that you can then use in materials.

https://dev.epicgames.com/community/learning/tutorials/vjzB/unreal-engine-pixel-compute-shader-to-render-target-asset-c

1 Like