Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UGroomBlueprintLibrary
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBlueprintLibrary.h |
| Include | #include "GroomBlueprintLibrary.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"GroomLibrary"&41;&41;
class UGroomBlueprintLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGroomBindingAsset * | CreateNewGeometryCacheGroomBindingAsset
(
UGroomAsset* GroomAsset, |
Create a new groom binding asset within the contents space of the project. | |
| UGroomBindingAsset * | CreateNewGeometryCacheGroomBindingAssetWithPath
(
const FString& DesiredPackagePath, |
Create a new groom binding asset within the contents space of the project. | |
| UGroomBindingAsset * | CreateNewGroomBindingAsset
(
UGroomAsset* InGroomAsset, |
Create a new groom binding asset within the contents space of the project. | |
| UGroomBindingAsset * | CreateNewGroomBindingAssetWithPath
(
const FString& InDesiredPackagePath, |
Create a new groom binding asset within the contents space of the project. |