FHairStrandsCore::CreateGroomBindingAsset

Windows
MacOS
Linux

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

Syntax

static UGroomBindingAsset * CreateGroomBindingAsset
(
    const FString & InPackageName,
    UObject * InParent,
    UGroomAsset * GroomAsset,
    USkeletalMesh * SourceSkelMesh,
    USkeletalMesh * TargetSkelMesh,
    const int32 NumInterpolationPoints,
    const int32 MatchingSection
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss