Navigation
API > API/Plugins > API/Plugins/GeometryCacheUSD > API/Plugins/GeometryCacheUSD/UGeometryCacheTrackUsd
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
int32 SampleIndex |
GetSampleInfo version that avoids converting time to index. Prefer this version when the index is already available. | GeometryCacheTrackUSD.h | |
virtual const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
float Time, |
GeometryCacheTrackUSD.h |
GetSampleInfo(int32)
Description
GetSampleInfo version that avoids converting time to index. Prefer this version when the index is already available.
| Name | GetSampleInfo |
| Type | function |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Public/GeometryCacheTrackUSD.h |
| Include Path | #include "GeometryCacheTrackUSD.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Private/GeometryCacheTrackUSD.cpp |
const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
int32 SampleIndex
)
GetSampleInfo(float, const bool)
| Name | GetSampleInfo |
| Type | function |
| Header File | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Public/GeometryCacheTrackUSD.h |
| Include Path | #include "GeometryCacheTrackUSD.h" |
| Source | /Engine/Plugins/Importers/USDImporter/Source/GeometryCacheUSD/Private/GeometryCacheTrackUSD.cpp |
virtual const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
float Time,
const bool bLooping
)