Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/FHairStrandsCore > API/Plugins/HairStrandsCore/FHairStrandsCore/CreateGroomBindingAsset
Deprecated * CreateGroomBindingAsset with SkeletalMesh is deprecated. Use the version with binding type and UObject instead.
References
Module | HairStrandsCore |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/HairStrandsCore.h |
Include | #include "HairStrandsCore.h" |
Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/HairStrandsCore.cpp |
static UGroomBindingAsset &42; CreateGroomBindingAsset
&40;
UGroomAsset &42; GroomAsset,
USkeletalMesh &42; SourceSkelMesh,
USkeletalMesh &42; TargetSkelMesh,
const int32 NumInterpolationPoints,
const int32 MatchingSection
&41;
Remarks
Create binding asset from groom asset and skeletal asset. These functions are only valid when build with the editor. They will return null asset otherwise