IGeometryCacheStreamingManager::GetLoadedChunk

Gets a pointer to a chunk of cahed geometry data

Windows
MacOS
Linux

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheStreamingManagerBase.h

Include

#include "GeometryCacheStreamingManagerBase.h"

Syntax

const uint8 * GetLoadedChunk
(
    const UGeometryCacheTrackStreamable * Track,
    uint32 ChunkIndex,
    uint32 * OutChunkSize
) const

Remarks

Gets a pointer to a chunk of cahed geometry data

Returns

Either the desired chunk or NULL if it's not loaded

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