Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/IPoseSearchProvider
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimPoseSearchProvider.h |
| Include | #include "Animation/AnimPoseSearchProvider.h" |
FSearchResult Search
(
const FAnimationBaseContext & GraphContext,
TArrayView < const UObject * > AssetsToSearch,
const UObject * PlayingAsset,
float PlayingAssetAccumulatedTime
) const
Remarks
Finds a matching pose in the input Object given the current graph context FSearchResult The search result identifying the asset from AssetsToSearch or PlayingAsset that most closely matches the query
Parameters
| Name | Description |
|---|---|
| GraphContext | Graph execution context used to construct a pose search query |
| AssetsToSearch | The assets to search for the pose query |
| PlayingAsset | The currently playing asset, used to bias the score of the eventually found continuing pose |
| PlayingAssetAccumulatedTime | The accumulated time of the currently playing asset |