Navigation
Unreal Engine C++ API Reference > 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
&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 |