Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomBindingAsset
Description
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.
| Name | StreamInForCPUAccess |
| Type | function |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBindingAsset.h |
| Include Path | #include "GroomBindingAsset.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomBindingAsset.cpp |
void StreamInForCPUAccess
(
bool bWait
)
Parameters
| Name | Remarks |
|---|---|
| bWait | If true, this call will block until the resources have been streamed in |