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" |
Syntax
struct FCopyRowData
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 * | DestData | Place to copy data to | |
| uint32 | DestRow | The row number to copy to | |
| uint32 | DestTextureWidth | The width of the dest texture | |
| uint32 | RowWidth | The width of a source row | |
| const uint8 * | SrcData | Source data to copy | |
| uint32 | SrcRow | The row number to copy | |
| uint32 | SrcTextureWidth | The width of the source texture |