FGeomCacheTrackAbcFileProxy::GetMeshData

Get the MeshData for a given SampleIndex

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual bool GetMeshData
(
    int32 SampleIndex,
    FGeometryCacheMeshData & OutMeshData
)

Remarks

Get the MeshData for a given SampleIndex

Returns

true if the MeshData was retrieved successfully

Parameters

Parameter

Description

SampleIndex

The sample index at which to retrieve the MeshData

OutMeshData

Will hold the MeshData if it could be retrieved

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