FGeomCacheTrackProxy::UpdateMeshData

Update the SampleIndex and MeshData for a given time

Windows
MacOS
Linux

Override Hierarchy

FGeomCacheTrackProxy::UpdateMeshData()

FGeomCacheTrackAbcFileProxy::UpdateMeshData()

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Public/GeometryCacheSceneProxy.h

Include

#include "GeometryCacheSceneProxy.h"

Source

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

Syntax

virtual bool UpdateMeshData
(
    float Time,
    bool bLooping,
    int32 & InOutMeshSampleIndex,
    FGeometryCacheMeshData & OutMeshData
)

Remarks

Update the SampleIndex and MeshData for a given time

Returns

true if the SampleIndex and MeshData were updated

Parameters

Parameter

Description

Time

(Elapsed)Time to check against

bLooping

Whether or not the animation is being played in a loop

InOutMeshSampleIndex

Hold the MeshSampleIndex and will be updated if changed according to the Elapsed Time

OutMeshData

Will hold the new MeshData if the SampleIndex changed

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