Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/ISlateFontTexture
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.
Derived Overrides
| Name | GetAtlasDataCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
| Include Path | #include "Fonts/FontTypes.h" |
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. |