Navigation
Unreal Engine C++ API Reference > 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 |