Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/IGeometryCacheStreamingManager
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheStreamingManager.h |
| Include | #include "GeometryCacheStreamingManager.h" |
void UnmapChunk
&40;
const UGeometryCacheTrackStreamable &42; Track,
uint32 ChunkIndex
&41;
Remarks
Releases pointer to a chunk of cahed geometry data. Can be called from any thread. Should be called for every call to MapChunk.
Parameters
| Name | Description |
|---|---|
| Track | Animation track we want a chunk from |
| ChunkIndex | Index of the chunk we want |