IGeometryCacheStreamingManager::UnmapChunk

Releases pointer to a chunk of cahed geometry data.

Windows
MacOS
Linux

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheStreamingManager.h

Include

#include "GeometryCacheStreamingManager.h"

Syntax

void UnmapChunk
(
    const UGeometryCacheTrackStreamable * Track,
    uint32 ChunkIndex
)

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

Parameter

Description

Track

Animation track we want a chunk from

ChunkIndex

Index of the chunk we want

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss