PooledRenderTarget

Pooled render target.

Windows
MacOS
Linux

Syntax

IPooledRenderTarget * PooledRenderTarget

Remarks

Pooled render target. For FRDGBuilder::RegisterExternalTexture() which only accepts pooled render targets. To avoid cost of manipulating ref counting pointers a raw pointer is used instead - it is valid until returning from your Finalize(). So do not try to store the pointer

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss