Navigation
API > API/Plugins > API/Plugins/GeometryCache > API/Plugins/GeometryCache/UGeometryCacheTrackStreamable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGeometryCacheTrackStreamableSampleInfo & GetSampleInfo
(
int32 SampleID |
Get the info for the sample with the given ID. | GeometryCacheTrackStreamable.h | |
virtual const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
float Time, |
Get the info for the sample displayed at the given time. | GeometryCacheTrackStreamable.h |
GetSampleInfo(int32)
Description
Get the info for the sample with the given ID.
| Name | GetSampleInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackStreamable.h |
| Include Path | #include "GeometryCacheTrackStreamable.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.cpp |
const FGeometryCacheTrackStreamableSampleInfo & GetSampleInfo
(
int32 SampleID
) const
GetSampleInfo(float, const bool)
Description
Get the info for the sample displayed at the given time.
| Name | GetSampleInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrackStreamable.h |
| Include Path | #include "GeometryCacheTrackStreamable.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrackStreamable.cpp |
virtual const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
float Time,
const bool bLooping
)
Parameters
| Name | Remarks |
|---|---|
| Time | (Elapsed)Time to check against |
| bLooping | Whether or not the animation is being played in a loop |