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 LoadImage
&40;
const TCHAR &42; Filename,
FImage & OutImage
&41;
Remarks
Load an image of any type supported by the ImageWrapper module
Parameters
| Name | Description |
|---|---|
| Filename | File name to load |
| OutImage | Filled with the loaded image, allocated as needed |