Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateTextureAtlas
| |
|
| Name |
FCopyRowData |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h |
| Include Path |
#include "Textures/TextureAtlas.h" |
Syntax
struct FCopyRowData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DestData |
uint8 * |
Place to copy data to |
Textures/TextureAtlas.h |
|
| DestRow |
uint32 |
The row number to copy to |
Textures/TextureAtlas.h |
|
| DestTextureWidth |
uint32 |
The width of the dest texture |
Textures/TextureAtlas.h |
|
| RowWidth |
uint32 |
The width of a source row |
Textures/TextureAtlas.h |
|
| SrcData |
const uint8 * |
Source data to copy |
Textures/TextureAtlas.h |
|
| SrcRow |
uint32 |
The row number to copy |
Textures/TextureAtlas.h |
|
| SrcTextureWidth |
uint32 |
The width of the source texture |
Textures/TextureAtlas.h |
|