Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/UGeometryCacheTrackStreamable
- UGeometryCacheTrack::GetMeshDataAtTime()
- UGeometryCacheTrackStreamable::GetMeshDataAtTime()
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackStreamable.h |
| Include | #include "GeometryCacheTrackStreamable.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.cpp |
virtual bool GetMeshDataAtTime
(
float Time,
FGeometryCacheMeshData & OutMeshData
)
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 |