Navigation
API > API/Plugins > API/Plugins/HairCardGeneratorEditor
| Name | FCardsGenerationAdvancedOptions |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/HairCardGenerator/Source/HairCardGeneratorEditor/Public/HairCardGeneratorEditorModule.h |
| Include Path | #include "HairCardGeneratorEditorModule.h" |
Syntax
struct FCardsGenerationAdvancedOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AtlasSize | uint8 | Size of hair card texture atlases. | HairCardGeneratorEditorModule.h | |
| bGenerateGeometryForAllGroups | bool | Generate geometry for all groom groups on group 0. | HairCardGeneratorEditorModule.h | |
| bReduceCardsFromPreviousLOD | bool | Use previous LOD generated cards and textures but reduce triangle count and flyaways. | HairCardGeneratorEditorModule.h | |
| bUseGroomAssetStrandWidth | bool | Use strand width. | HairCardGeneratorEditorModule.h | |
| bUseReservedSpaceFromPreviousLOD | bool | Place new card textures in reserved space from previous LOD. | HairCardGeneratorEditorModule.h | |
| RandomSeed | int32 | Seed value for pseudo-random number generation (set to a specific value for repeatable results) | HairCardGeneratorEditorModule.h | |
| ReserveTextureSpaceLOD | int32 | Percentage of texture atlas space to reserve for higher LODs. | HairCardGeneratorEditorModule.h |