FSlateTextureAtlas::CopyDataIntoSlot

Copies texture data into the atlas at a given slot

Choose your operating system:

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 CopyDataIntoSlot
(
    const FAtlasedTextureSlot * SlotToCopyTo,
    const TArray< uint8 > & Data
)

Remarks

Copies texture data into the atlas at a given slot

Parameters

Parameter

Description

SlotToCopyTo

The occupied slot in the atlas where texture data should be copied to

Data

The data to copy into the atlas