Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/IGroomCacheStreamingManager
Description
Releases pointer to the cachedGroomCacheAnimationData. Must be called for every successful call to MapAnimationData.
| Name | UnmapAnimationData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCacheStreamingManager.h |
| Include Path | #include "GroomCacheStreamingManager.h" |
void UnmapAnimationData
(
const UGroomCache * GroomCache,
uint32 ChunkIndex
)
Parameters
| Name | Remarks |
|---|---|
| GroomCache | The GroomCache for which the data was retrieved |
| ChunkIndex | Index of the chunk to release |