Choose your operating system:
Windows
macOS
Linux
| UGeometryCacheTrack::GetMeshDataAtTime()
|
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrack.h |
Include |
#include "GeometryCacheTrack.h" |
virtual bool GetMeshDataAtTime
(
float Time,
FGeometryCacheMeshData & OutMeshData
)
Get the mesh data for the specified time
True if the mesh data could be retrieved
Parameter |
Description |
---|---|
Time |
The time (in secs) to retrieve the mesh data for |
OutMeshData |
Will contain the mesh data that was retrieved, if successful |