Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBindingAsset.h |
| Include | #include "GroomBindingAsset.h" |
Syntax
enum EGroomBindingAsyncProperties
{
None = 0,
GroomBindingType = 1 << 0,
Groom = 1 << 1,
SourceSkeletalMesh = 1 << 2,
TargetSkeletalMesh = 1 << 3,
SourceGeometryCache = 1 << 4,
TargetGeometryCache = 1 << 5,
NumInterpolationPoints = 1 << 6,
MatchingSection = 1 << 7,
GroupInfos = 1 << 8,
HairGroupResources = 1 << 9,
HairGroupPlatformData = 1 << 10,
All = MAX_uint64,
}
Values
| Name | Description |
|---|---|
| None | |
| GroomBindingType | |
| Groom | |
| SourceSkeletalMesh | |
| TargetSkeletalMesh | |
| SourceGeometryCache | |
| TargetGeometryCache | |
| NumInterpolationPoints | |
| MatchingSection | |
| GroupInfos | |
| HairGroupResources | |
| HairGroupPlatformData | |
| All |