Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ImageUtils.h |
| Include | #include "ImageUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ImageUtils.cpp |
static bool GetRenderTargetImage
&40;
UTextureRenderTarget2D &42; TexRT,
FImage & OutImage
&41;
Remarks
Get the contents of a RenderTarget into an Image
Parameters
| Name | Description |
|---|---|
| TexRT | The texture rendertarget to copy from |
| OutImage | Filled with the image, allocated as needed |