Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Slate/SlateTextures.h |
Include |
#include "Slate/SlateTextures.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Slate/SlateTextures.cpp |
void SetTextureData
(
FSlateTextureDataPtr NewTextureData
)
Sets the bulk data for this texture.
Does not reinitialize the resource, Can only be used on the render thread
Parameter |
Description |
---|---|
NewTextureData |
The new bulk data |