Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateTextureAtlas
Description
Zeros out a row in the dest texture (used with PaddingStyle == PadWithZero). respecting the padding.
| Name | ZeroRow |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Textures/TextureAtlas.h |
| Include Path | #include "Textures/TextureAtlas.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Textures/TextureAtlas.cpp |
void ZeroRow
(
const FCopyRowData & CopyRowData
)
Parameters
| Name | Remarks |
|---|---|
| CopyRowData | Information for how to copy a row |