Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Textures > API/Runtime/SlateCore/Textures/FSlateTextureAtlas
References
| Module | SlateCore |
| 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
&40;
const FAtlasedTextureSlot &42; SlotToCopyTo,
const TArray< uint8 > & Data
&41;
Remarks
Copies texture data into the atlas at a given slot
Parameters
| Name | Description |
|---|---|
| SlotToCopyTo | The occupied slot in the atlas where texture data should be copied to |
| Data | The data to copy into the atlas |