FCopyRowData

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h

Include

#include "Textures/TextureAtlas.h"

Syntax

struct FCopyRowData

Variables

Name Description

Public variable

uint8 *

 

DestData

Place to copy data to

Public variable

uint32

 

DestRow

The row number to copy to

Public variable

uint32

 

DestTextureWidth

The width of the dest texture

Public variable

uint32

 

RowWidth

The width of a source row

Public variable

const uint8 ...

 

SrcData

Source data to copy

Public variable

uint32

 

SrcRow

The row number to copy

Public variable

uint32

 

SrcTextureWidth

The width of the source texture