Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UTextureRenderTarget
Syntax
uint32 bNeedsTwoCopies: 1
Remarks
If true, there will be two copies in memory - one for the texture and one for the render target. If false, they will share memory if possible. This is useful for scene capture textures that are used in the scene.