Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile > API/Plugins/GeometryCacheAbcFile/UGeometryCacheTrackAbcFile
- UGeometryCacheTrack::GetMeshDataAtTime()
- UGeometryCacheTrackAbcFile::GetMeshDataAtTime()
References
| Module | GeometryCacheAbcFile |
| Header | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheTrackAbcFile.h |
| Include | #include "GeometryCacheTrackAbcFile.h" |
| Source | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Private/GeometryCacheTrackAbcFile.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 |