Navigation
API > API/Plugins > API/Plugins/GeometryCacheUSD > API/Plugins/GeometryCacheUSD/UGeometryCacheTrackUsd
- UGeometryCacheTrack::GetMeshDataAtTime()
- UGeometryCacheTrackUsd::GetMeshDataAtTime()
References
| Module | GeometryCacheUSD |
| Header | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Public/GeometryCacheTrackUSD.h |
| Include | #include "GeometryCacheTrackUSD.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Private/GeometryCacheTrackUSD.cpp |
virtual bool GetMeshDataAtTime
&40;
float Time,
FGeometryCacheMeshData & OutMeshData
&41;
Remarks
Get the mesh data for the specified time True if the mesh data could be retrieved
Parameters
| Name | Description |
|---|---|
| Time | The time (in secs) to retrieve the mesh data for |
| OutMeshData | Will contain the mesh data that was retrieved, if successful |