Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/UDEPRECATED_GeometryCacheTrack_F-
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackFlipbookAnimation.h |
| Include | #include "GeometryCacheTrackFlipbookAnimation.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackFlipbookAnimation.cpp |
UFUNCTION ()
void AddMeshSample
(
const FGeometryCacheMeshData & MeshData,
const float SampleTime
)
Remarks
Add a GeometryCacheMeshData sample to the Track void
Parameters
| Name | Description |
|---|---|
| MeshData | Holds the mesh data for the specific sample |
| SampleTime | SampleTime for the specific sample being added |