Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h |
Include |
#include "Textures/TextureAtlas.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp |
void CopyDataIntoSlot
(
const FAtlasedTextureSlot * SlotToCopyTo,
const TArray< uint8 > & Data
)
Copies texture data into the atlas at a given slot
Parameter |
Description |
---|---|
SlotToCopyTo |
The occupied slot in the atlas where texture data should be copied to |
Data |
The data to copy into the atlas |