Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/UPoseSearchDatabase
Description
Given RealTimeInSeconds in seconds (not a normalized time, so for blend spaces needs to be multiplied by the blendspace length given the blend parameters). it'll return the associated pose index
| Name | GetPoseIndexFromTime |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchDatabase.h |
| Include Path | #include "PoseSearch/PoseSearchDatabase.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchDatabase.cpp |
int32 GetPoseIndexFromTime
(
float RealTimeInSeconds,
const UE::PoseSearch::FSearchIndexAsset & SearchIndexAsset
) const