Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheAbcFile > FGeomCacheTrackAbcFileProxy
- FGeomCacheTrackProxy::GetMeshData()
- FGeomCacheTrackAbcFileProxy::GetMeshData()
References
Module | GeometryCacheAbcFile |
Header | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheAbcFileSceneProxy.h |
Include | #include "GeometryCacheAbcFileSceneProxy.h" |
Source | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Private/GeometryCacheAbcFileSceneProxy.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 |