Choose your operating system:
Windows
macOS
Linux
| UGeometryCacheTrack::GetMeshDataAtTime()
|
Module |
|
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
(
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 |