UGroomBlueprintLibrary::CreateNewGeometryCacheGroomBindingAssetWithPath

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 * CreateNewGeometryCacheGroomBindingAssetWithPath
(
    const FString & DesiredPackagePath,
    UGroomAsset * GroomAsset,
    UGeometryCache * GeometryCache,
    int32 NumInterpolationPoints,
    UGeometryCache * SourceGeometryCacheForTransfer,
    int32 MatchingSection
)

Remarks

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

Parameters

Parameter

Description

DesiredPackagePath

The package path to use for the groom binding

GroomAsset

Groom asset for binding

SkeletalMesh

Skeletal mesh on which the groom should be bound to

NumInterpolationPoints

Number of point used for RBF constraint (if used)

SourceSkeletalMeshForTransfer

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