Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheAbcFile > UGeometryCacheTrackAbcFile > GetSampleInfo
- UGeometryCacheTrack::GetSampleInfo()
- UGeometryCacheTrackAbcFile::GetSampleInfo()
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 FGeometryCacheTrackSampleInfo & GetSampleInfo
&40;
float Time,
const bool bLooping
&41;
Remarks
Get the info for the sample displayed at the given time.
Parameters
Name | Description |
---|---|
Time | (Elapsed)Time to check against |
bLooping | Whether or not the animation is being played in a loop |