Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Slate
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Slate/SlateTextureAtlasInterface.h |
| Include | #include "Slate/SlateTextureAtlasInterface.h" |
Syntax
struct FSlateAtlasData
Remarks
The data representing a region of a UTexture atlas.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UTexture * | AtlasTexture | The texture pointer for the Atlas | |
| FVector2D | SizeUV | The region size in UVs. | |
| FVector2D | StartUV | The region start position in UVs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateAtlasData
(
UTexture* InAtlasTexture, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | Gets the dimensions of the atlas region in pixel coordinates. |