Navigation
API > API/Runtime > API/Runtime/Renderer
| |
|
| Name |
EHairInstanceVisibilityType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Renderer/Public/HairStrandsInterface.h |
| Include Path |
#include "HairStrandsInterface.h" |
Syntax
enum EHairInstanceVisibilityType
{
NotVisible = 0,
StrandsPrimaryView = 1,
StrandsShadowView = 2,
CardsOrMeshesPrimaryView = 3,
CardsOrMeshesShadowView = 4,
Count,
}
Values
| Name |
Remarks |
| NotVisible |
|
| StrandsPrimaryView |
|
| StrandsShadowView |
|
| CardsOrMeshesPrimaryView |
|
| CardsOrMeshesShadowView |
|
| Count |
|