Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBindingAsset.h |
| Include | #include "GroomBindingAsset.h" |
Syntax
class FGroomBindingAsyncBuildScope
Remarks
Any thread implicated in the build must have a valid scope to be granted access to protected properties without causing any stalls.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGroomBindingAsyncBuildScope
(
const UGroomBindingAsset* Asset |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldWaitOnLockedProperties
(
const UGroomBindingAsset* Asset |
Constants
| Name | Description |
|---|---|
| Asset | Only the thread(s) compiling this asset will have full access to protected properties without causing any stalls. |