UGeometryCacheTrack::GetMeshDataAtTime

Get the mesh data for the specified time

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrack.h

Include

#include "GeometryCacheTrack.h"

Syntax

virtual bool GetMeshDataAtTime
(
    float Time,
    FGeometryCacheMeshData & OutMeshData
)

Remarks

Get the mesh data for the specified time

Returns

True if the mesh data could be retrieved

Parameters

Parameter

Description

Time

The time (in secs) to retrieve the mesh data for

OutMeshData

Will contain the mesh data that was retrieved, if successful