Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomBindingAsset
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBindingAsset.h |
| Include | #include "GroomBindingAsset.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomBindingAsset.cpp |
void StreamInForCPUAccess
(
bool bWait
)
Remarks
Stream in all of this binding's streamable resources and make them accessible from the CPU.
This is only needed for advanced use cases involving editing grooms or binding data.
Parameters
| Name | Description |
|---|---|
| bWait | If true, this call will block until the resources have been streamed in |