UGeometryCacheTrackStreamable::GetMeshDataAtTime

Get the mesh data for the specified time

Windows
MacOS
Linux

Override Hierarchy

UGeometryCacheTrack::GetMeshDataAtTime()

UGeometryCacheTrackStreamable::GetMeshDataAtTime()

References

Module

GeometryCache

Header

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

Include

#include "GeometryCacheTrackStreamable.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.cpp

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss