Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile > API/Plugins/GeometryCacheAbcFile/UGeometryCacheTrackAbcFile
- UGeometryCacheTrack::UpdateMatrixData()
- UGeometryCacheTrackAbcFile::UpdateMatrixData()
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 |
virtual const bool UpdateMatrixData
&40;
const float Time,
const bool bLooping,
int32 & InOutMatrixSampleIndex,
FMatrix & OutWorldMatrix
&41;
Remarks
UpdateMatrixData const bool
Parameters
| Name | Description |
|---|---|
| Time | (Elapsed)Time to check against |
| bLooping | Whether or not the animation should be played on a loop |
| InOutMatrixSampleIndex | Hold the MatrixSampleIndex and will be updated if changed according to the Elapsed Time |
| OutWorldMatrix | Will hold the new WorldMatrix if the SampleIndex changed |