Navigation
API > API/Plugins > API/Plugins/PoseSearch
Experimental, this feature might be removed without warning, not for production use.
| Name | FSearchResults_Multi |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchResult.h |
| Include Path | #include "PoseSearch/PoseSearchResult.h" |
Syntax
struct FSearchResults_Multi : public UE::PoseSearch::FSearchResults
Inheritance Hierarchy
- FSearchResults → FSearchResults_Multi
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSearchResults_Multi
(
int32 InMaxNumberOfWantedResults |
PoseSearch/PoseSearchResult.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxNumberOfWantedResults | int32 | PoseSearch/PoseSearchResult.h | ||
| SearchResults | TArray< FSearchResult, TInlineAllocator< PreallocatedSearchesNum, TMemStackAllocator<> > > | PoseSearch/PoseSearchResult.h |