Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/FGeomCacheTrackProxy
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h |
| Include | #include "GeometryCacheSceneProxy.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheSceneProxy.cpp |
virtual bool GetMeshData
(
int32 SampleIndex,
FGeometryCacheMeshData & OutMeshData
)
Remarks
Get the MeshData for a given SampleIndex true if the MeshData was retrieved successfully
Parameters
| Name | Description |
|---|---|
| SampleIndex | The sample index at which to retrieve the MeshData |
| OutMeshData | Will hold the MeshData if it could be retrieved |