FSlateTextureAtlas::ZeroRow

Zeros out a row in the dest texture (used with PaddingStyle == PadWithZero).

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 ZeroRow
(
    const FCopyRowData & CopyRowData
)

Remarks

Zeros out a row in the dest texture (used with PaddingStyle == PadWithZero). 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