Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
| Type | Name | Description | |
|---|---|---|---|
| UTexture2D * | ImportBufferAsTexture2D
(
TArrayView64< const uint8 > Buffer |
Imports a texture a buffer and creates Texture2D from it | |
| UTexture2D * | ImportBufferAsTexture2D
(
const TArray< uint8 >& Buffer |
Imports a texture a buffer and creates Texture2D from it |