UGroomBlueprintLibrary::CreateNewGeometryCacheGroomBindingAsset

Create a new groom binding asset within the contents space of the project.

Windows
MacOS
Linux

References

Module

HairStrandsCore

Header

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBlueprintLibrary.h

Include

#include "GroomBlueprintLibrary.h"

Source

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Groom")
static UGroomBindingAsset * CreateNewGeometryCacheGroomBindingAsset
(
    UGroomAsset * GroomAsset,
    UGeometryCache * GeometryCache,
    int32 NumInterpolationPoints,
    UGeometryCache * SourceGeometryCacheForTransfer,
    int32 MatchingSection
)

Remarks

Create a new groom binding asset within the contents space of the project. The asset name will be auto generated based on the groom asset name and the skeletal asset name

Parameters

Parameter

Description

GroomAsset

Groom asset for binding

SkeletalMesh

Skeletal mesh on which the groom should be bound to

NumInterpolationPoints

(Optional) Number of point used for RBF constraint

SourceSkeletalMeshForTransfer

(Optional) Skeletal mesh on which the groom was authored. This should be used only if the skeletal mesh on which the groom is attached to, does not match the rest pose of the groom

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