FHairStrandsCore::CreateGroomBindingAsset

Create binding asset from groom asset and assets of specified groom binding type.

Windows
MacOS
Linux

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
(
    EGroomBindingMeshType BindingType,
    UGroomAsset * GroomAsset,
    UObject * Source,
    UObject * Target,
    const int32 NumInterpolationPoints,
    const int32 MatchingSection
)

Remarks

Create binding asset from groom asset and assets of specified groom binding type.

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