Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
Description
Convert an editable groom asset into a groom asset The 'operations' flag indicates what type of modifications have been done onto the editable groom. This helps to drive the update mechanism.
| Name | ConvertToGroomAsset |
| Type | function |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomEdit.h |
| Include Path | #include "GroomEdit.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomEdit.cpp |
void ConvertToGroomAsset
(
UGroomAsset * Out,
const FEditableGroom * In,
uint32 Operations
)