Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAssetRendering.h |
| Include | #include "GroomAssetRendering.h" |
Syntax
USTRUCT (BlueprintType )
struct FHairShadowSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseHairRaytracingGeometry | Enable hair strands geomtry for raytracing | |
| bool | bVoxelize | Enable stands voxelize for casting shadow and environment occlusion | |
| float | HairRaytracingRadiusScale | Scale the hair geometry radius for ray tracing effects (e.g. shadow) | |
| float | HairShadowDensity | Override the hair shadow density factor (unit less). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FHairShadowSettings& A |