Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| |
|
| Name |
EGroomBindingAsyncProperties |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBindingAsset.h |
| Include Path |
#include "GroomBindingAsset.h" |
Syntax
enum EGroomBindingAsyncProperties
{
None = 0,
GroomBindingType = 1 << 0,
Groom = 1 << 1,
SourceSkeletalMesh = 1 << 2,
SourceMeshRequestedLOD = 1 << 3,
SourceMeshUsedLOD = 1 << 4,
TargetSkeletalMesh = 1 << 5,
TargetMeshRequestedMinLOD = 1 << 6,
TargetMeshUsedMinLOD = 1 << 7,
SourceGeometryCache = 1 << 8,
TargetGeometryCache = 1 << 9,
NumInterpolationPoints = 1 << 10,
MatchingSection = 1 << 11,
GroupInfos = 1 << 12,
HairGroupResources = 1 << 13,
HairGroupPlatformData = 1 << 14,
TargetBindingAttribute = 1 << 15,
All = ((uint64) 0xffffffffffffffff),
}
Values
| Name |
Remarks |
| None |
|
| GroomBindingType |
|
| Groom |
|
| SourceSkeletalMesh |
|
| SourceMeshRequestedLOD |
|
| SourceMeshUsedLOD |
|
| TargetSkeletalMesh |
|
| TargetMeshRequestedMinLOD |
|
| TargetMeshUsedMinLOD |
|
| SourceGeometryCache |
|
| TargetGeometryCache |
|
| NumInterpolationPoints |
|
| MatchingSection |
|
| GroupInfos |
|
| HairGroupResources |
|
| HairGroupPlatformData |
|
| TargetBindingAttribute |
|
| All |
|