Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCache > FGeomCacheTrackProxy
- FGeomCacheTrackProxy::GetMeshData()
- FGeomCacheTrackAbcFileProxy::GetMeshData()
- FGeomCacheTrackUsdProxy::GetMeshData()
References
Module | GeometryCache |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h |
Include | #include "GeometryCacheSceneProxy.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheSceneProxy.cpp |
virtual bool GetMeshData
&40;
int32 SampleIndex,
FGeometryCacheMeshData & OutMeshData
&41;
Remarks
Get the MeshData for a given SampleIndex true if the MeshData was retrieved successfully
Parameters
Name | Description |
---|---|
SampleIndex | The sample index at which to retrieve the MeshData |
OutMeshData | Will hold the MeshData if it could be retrieved |