Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateFontAtlas
Description
Retrieves a copy of the texture atlas data in this texture. This is a slow operation so this is recommended primarily for debugging and visualization tools.
Virtual Inheritance
- ISlateFontTexture::GetAtlasDataCopy → FSlateFontAtlas::GetAtlasDataCopy
| Name | GetAtlasDataCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
| Include Path | #include "Fonts/FontTypes.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontTypes.cpp |
virtual void GetAtlasDataCopy
(
TArray < uint8 > & OutData
) const
Parameters
| Name | Remarks |
|---|---|
| OutData | An array that a caller provides. This array will be populated with a copy of the data in the atlas. It is up to the caller to verify that the array is populated and not empty. |