FSlateTextureAtlas::CopyRow

Copies a single row from a source texture to a dest texture, respecting the padding.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Textures/TextureAtlas.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp

Syntax

void CopyRow
(
    const FCopyRowData & CopyRowData
)

Remarks

Copies a single row from a source texture to a dest texture, respecting the padding.

Parameters

Parameter

Description

CopyRowData

Information for how to copy a row

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss