UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSlateTextureAtlas::FCopyRowData Struct Reference

#include <TextureAtlas.h>

Public Attributes

const uint8SrcData
 
uint8DestData
 
uint32 SrcRow
 
uint32 DestRow
 
uint32 RowWidth
 
uint32 SrcTextureWidth
 
uint32 DestTextureWidth
 

Member Data Documentation

◆ DestData

uint8* FSlateTextureAtlas::FCopyRowData::DestData

Place to copy data to

◆ DestRow

uint32 FSlateTextureAtlas::FCopyRowData::DestRow

The row number to copy to

◆ DestTextureWidth

uint32 FSlateTextureAtlas::FCopyRowData::DestTextureWidth

The width of the dest texture

◆ RowWidth

uint32 FSlateTextureAtlas::FCopyRowData::RowWidth

The width of a source row

◆ SrcData

const uint8* FSlateTextureAtlas::FCopyRowData::SrcData

Source data to copy

◆ SrcRow

uint32 FSlateTextureAtlas::FCopyRowData::SrcRow

The row number to copy

◆ SrcTextureWidth

uint32 FSlateTextureAtlas::FCopyRowData::SrcTextureWidth

The width of the source texture


The documentation for this struct was generated from the following file: