Go to the source code of this file.
|
| FMinHairRadiusAtDepth1 | ComputeMinStrandRadiusAtDepth1 (const FIntPoint &Resolution, const float FOV, const uint32 SampleCount, const float OverrideStrandHairRasterizationScale, const float OrthoWidth=0.0f) |
| |
| FIntRect | ComputeProjectedScreenRect (const FBox &B, const FViewInfo &View) |
| |
| void | ComputeTranslatedWorldToLightClip (const FVector &TranslatedWorldOffset, FMatrix &OutTranslatedWorldToClipTransform, FMinHairRadiusAtDepth1 &OutMinStrandRadiusAtDepth1, const FBoxSphereBounds &PrimitivesBounds, const class FLightSceneProxy &LightProxy, const ELightComponentType LightType, const FIntPoint &ShadowResolution) |
| |
| FHairComponent | GetHairComponents () |
| |
| uint32 | ToBitfield (const FHairComponent &Component) |
| |
| float | GetHairDualScatteringRoughnessOverride () |
| |
| float | SampleCountToSubPixelSize (uint32 SamplePerPixelCount) |
| |
| FIntRect | ComputeVisibleHairStrandsMacroGroupsRect (const FViewInfo &View, const FIntRect &ViewRect, const FHairStrandsMacroGroupDatas &Datas) |
| |
| bool | IsHairStrandsViewRectOptimEnable () |
| |
| uint32 | GetVendorOptimalGroupSize1D () |
| |
| FIntPoint | GetVendorOptimalGroupSize2D () |
| |
| EHairStrandsCompositionType | GetHairStrandsComposition () |
| |
| FVector4f | PackHairRenderInfo (float PrimaryRadiusAtDepth1, float StableRadiusAtDepth1, float VelocityRadiusAtDepth1, float VelocityScale) |
| |
| uint32 | PackHairRenderInfoBits (bool bIsOrtho, bool bIsGPUDriven) |
| |
◆ EHairStrandsCompositionType
| Enumerator |
|---|
| BeforeTranslucent | |
| AfterTranslucent | |
| AfterSeparateTranslucent | |
| AfterTranslucentBeforeTranslucentAfterDOF | |
◆ ComputeMinStrandRadiusAtDepth1()
◆ ComputeProjectedScreenRect()
◆ ComputeTranslatedWorldToLightClip()
◆ ComputeVisibleHairStrandsMacroGroupsRect()
◆ GetHairComponents()
◆ GetHairDualScatteringRoughnessOverride()
| float GetHairDualScatteringRoughnessOverride |
( |
| ) |
|
◆ GetHairStrandsComposition()
◆ GetVendorOptimalGroupSize1D()
| uint32 GetVendorOptimalGroupSize1D |
( |
| ) |
|
◆ GetVendorOptimalGroupSize2D()
◆ IsHairStrandsViewRectOptimEnable()
| bool IsHairStrandsViewRectOptimEnable |
( |
| ) |
|
◆ PackHairRenderInfo()
◆ PackHairRenderInfoBits()
◆ SampleCountToSubPixelSize()
| float SampleCountToSubPixelSize |
( |
uint32 |
SamplePerPixelCount | ) |
|
◆ ToBitfield()