UGeometryCacheTrackAbcFile::UpdateMeshData

UpdateMeshData

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UGeometryCacheTrack::UpdateMeshData()

UGeometryCacheTrackAbcFile::UpdateMeshData()

References

Module

GeometryCacheAbcFile

Header

/Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheTrackAbcFile.h

Include

#include "GeometryCacheTrackAbcFile.h"

Source

/Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Private/GeometryCacheTrackAbcFile.cpp

Syntax

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

Remarks

UpdateMeshData

Returns

const bool

Parameters

Parameter

Description

Time

(Elapsed)Time to check against

bLooping

Whether or not the animation should be played on a loop

InOutMeshSampleIndex

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

OutVertices

Will hold the new VertexData if the SampleIndex changed