Navigation
API > API/Plugins > API/Plugins/GeometryCacheUSD > API/Plugins/GeometryCacheUSD/FGeomCacheTrackUsdProxy
- FGeomCacheTrackProxy::GetMeshData()
- FGeomCacheTrackUsdProxy::GetMeshData()
References
| Module | GeometryCacheUSD |
| Header | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Public/GeometryCacheUSDSceneProxy.h |
| Include | #include "GeometryCacheUSDSceneProxy.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Private/GeometryCacheUSDSceneProxy.cpp |
virtual bool GetMeshData
&40;
int32 SampleIndex,
FGeometryCacheMeshData & OutMeshData
&41;
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 |