Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateUpdatableTexture
Description
Update the texture from a provided FSlateTextureData buffer, also transferring ownership of the texture NOTE: This function transfers ownership of the FSlateTextureData object. It will be deleted once the texture is used
| Name | UpdateTextureThreadSafeWithTextureData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/SlateUpdatableTexture.h |
| Include Path | #include "Textures/SlateUpdatableTexture.h" |
void UpdateTextureThreadSafeWithTextureData
(
FSlateTextureData * TextureData
)
Parameters
| Name | Remarks |
|---|---|
| TextureData | A pointer to the provided FSlateTextureData. |