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 UTexture2D &42; CreateTexture2DFromImage
&40;
const FImageView & Image
&41;
Remarks
Creates a 2D texture from an FImage Returns a pointer to the constructed 2D texture object.
Parameters
| Name | Description |
|---|---|
| Image | Image that will be copied into a Texture |