Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FSearchIndexBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Overriding ctor, copy, move to allow deprecations. | PoseSearch/PoseSearchIndex.h | ||
FSearchIndexBase
(
const FSearchIndexBase& Other |
PoseSearch/PoseSearchIndex.h | ||
FSearchIndexBase
(
FSearchIndexBase&& Other |
PoseSearch/PoseSearchIndex.h |
FSearchIndexBase()
Description
Overriding ctor, copy, move to allow deprecations.
| Name | FSearchIndexBase |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchIndex.h |
| Include Path | #include "PoseSearch/PoseSearchIndex.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchIndex.cpp |
FSearchIndexBase()
FSearchIndexBase(const FSearchIndexBase &)
| Name | FSearchIndexBase |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchIndex.h |
| Include Path | #include "PoseSearch/PoseSearchIndex.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchIndex.cpp |
FSearchIndexBase
(
const FSearchIndexBase & Other
)
FSearchIndexBase(FSearchIndexBase &&)
| Name | FSearchIndexBase |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/PoseSearchIndex.h |
| Include Path | #include "PoseSearch/PoseSearchIndex.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/PoseSearchIndex.cpp |
FSearchIndexBase
(
FSearchIndexBase && Other
)