Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/UGeometryCacheTrack
- UGeometryCacheTrack::GetMeshDataAtTime()
- UGeometryCacheTrackAbcFile::GetMeshDataAtTime()
- UGeometryCacheTrackUsd::GetMeshDataAtTime()
- UGeometryCacheTrackStreamable::GetMeshDataAtTime()
References
Module | GeometryCache |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrack.h |
Include | #include "GeometryCacheTrack.h" |
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 |