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 GetTexture2DSourceImage
&40;
UTexture2D &42; Texture,
FImage & OutImage
&41;
Remarks
If Texture source is available, get it as an FImage
Parameters
| Name | Description |
|---|---|
| Texture | Texture to get gets from |
| OutImage | Filled with the image copy and allocated as needed |