FSlateTextureAtlas::CopyDataIntoSlot

Copies texture data into the atlas at a given slot

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

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