Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/UGeometryCacheTrack
- UGeometryCacheTrack::GetMeshDataAtSampleIndex()
- UGeometryCacheTrackStreamable::GetMeshDataAtSampleIndex()
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrack.h |
| Include | #include "GeometryCacheTrack.h" |
virtual bool GetMeshDataAtSampleIndex
(
int32 SampleIndex,
FGeometryCacheMeshData & OutMeshData
)
Remarks
Get the mesh data for the specified sample index True if the mesh data could be retrieved
Parameters
| Name | Description |
|---|---|
| SampleIndex | The sample index to get the mesh data for |
| OutMeshData | Will contain the mesh data that was retrieved, if successful |