Choose your operating system:
Windows
macOS
Linux
| FSlateUpdatableTexture::UpdateTexture()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Textures/SlateUpdatableTexture.h |
Include |
#include "Textures/SlateUpdatableTexture.h" |
Updates the texture contents via a byte array.
This method is not thread safe so make sure you do not use the Bytes data on another after it is passed in
Parameter |
Description |
---|---|
Bytes |
Array of texture data |