Navigation
API > API/Plugins > API/Plugins/HairCardGeneratorEditor
Texture atlas layout information for each texture to render
| Name | FHairCardAtlasLayoutData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/HairCardGenerator/Source/HairCardGeneratorEditor/Public/HairCardGenTypes.h |
| Include Path | #include "HairCardGenTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FHairCardAtlasLayoutData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CenterCardsId | TArray< int32 > | (N_centers,) global card id per cluster center | HairCardGenTypes.h |
|
| TxtCoords | TArray< int32 > | (N_centers * 2,) flattened [x, y] atlas coordinate per cluster center | HairCardGenTypes.h |
|
| TxtSize | TArray< int32 > | (N_centers * 2,) flattened [width, height] texture size for each cluster center | HairCardGenTypes.h |
|