![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextureAtlas.h>
Public Attributes | |
| const uint8 * | SrcData |
| uint8 * | DestData |
| uint32 | SrcRow |
| uint32 | DestRow |
| uint32 | RowWidth |
| uint32 | SrcTextureWidth |
| uint32 | DestTextureWidth |
| uint8* FSlateTextureAtlas::FCopyRowData::DestData |
Place to copy data to
| uint32 FSlateTextureAtlas::FCopyRowData::DestRow |
The row number to copy to
| uint32 FSlateTextureAtlas::FCopyRowData::DestTextureWidth |
The width of the dest texture
| uint32 FSlateTextureAtlas::FCopyRowData::RowWidth |
The width of a source row
| const uint8* FSlateTextureAtlas::FCopyRowData::SrcData |
Source data to copy
| uint32 FSlateTextureAtlas::FCopyRowData::SrcRow |
The row number to copy
| uint32 FSlateTextureAtlas::FCopyRowData::SrcTextureWidth |
The width of the source texture