![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTextureAtlasInterface.h>
Public Member Functions | |
| FSlateAtlasData (UTexture *InAtlasTexture, FVector2D InStartUV, FVector2D InSizeUV) | |
| FVector2D | GetSourceDimensions () const |
Public Attributes | |
| UTexture * | AtlasTexture |
| FVector2D | StartUV |
| FVector2D | SizeUV |
The data representing a region of a UTexture atlas.
|
inline |
|
inline |
Gets the dimensions of the atlas region in pixel coordinates.
| UTexture* FSlateAtlasData::AtlasTexture |
The texture pointer for the Atlas
| FVector2D FSlateAtlasData::SizeUV |
The region size in UVs.
| FVector2D FSlateAtlasData::StartUV |
The region start position in UVs