Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCache > UGeometryCacheTrackStreamable > GetSampleInfo
- UGeometryCacheTrack::GetSampleInfo()
- UGeometryCacheTrackStreamable::GetSampleInfo()
References
Module | GeometryCache |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackStreamable.h |
Include | #include "GeometryCacheTrackStreamable.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.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 |