Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/UPoseSearchDatabase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::PoseSearch::FSearchResult Search
(
UE::PoseSearch::FSearchContext& SearchContext |
Deprecate in favor of Search(UE::PoseSearch::FSearchContext& SearchContext, UE::PoseSearch::FSearchResults& SearchResults) once we settle on FSearchResults API signatures | PoseSearch/PoseSearchDatabase.h | |
void Search
(
UE::PoseSearch::FSearchContext& SearchContext, |
Experimental, this feature might be removed without warning, not for production use. | PoseSearch/PoseSearchDatabase.h |
Search(UE::PoseSearch::FSearchContext &)
Description
Deprecate in favor of Search(UE::PoseSearch::FSearchContext& SearchContext, UE::PoseSearch::FSearchResults& SearchResults) once we settle on FSearchResults API signatures
| Name | Search |
| 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 |
UE::PoseSearch::FSearchResult Search
(
UE::PoseSearch::FSearchContext & SearchContext
) const
Search(UE::PoseSearch::FSearchContext &, UE::PoseSearch::FSearchResults &)
Description
Experimental, this feature might be removed without warning, not for production use.
| Name | Search |
| 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 |
void Search
(
UE::PoseSearch::FSearchContext & SearchContext,
UE::PoseSearch::FSearchResults & SearchResults
) const