Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomAsset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetAutoLODBias () |
Return the asset Auto LOD Bias. | GroomAsset.h | |
float GetAutoLODBias
(
int32 InGroupIndex |
Return the group Auto LOD Bias, which combines both the asset's bias, and the group bias. | GroomAsset.h |
GetAutoLODBias()
Description
Return the asset Auto LOD Bias.
| Name | GetAutoLODBias |
| Type | function |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAsset.h |
| Include Path | #include "GroomAsset.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomAsset.cpp |
float GetAutoLODBias() const
GetAutoLODBias(int32)
Description
Return the group Auto LOD Bias, which combines both the asset's bias, and the group bias.
| Name | GetAutoLODBias |
| Type | function |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAsset.h |
| Include Path | #include "GroomAsset.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomAsset.cpp |
float GetAutoLODBias
(
int32 InGroupIndex
) const