Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FKDTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 FindNeighbors
(
FKNNResultSet& Result, |
PoseSearch/KDTree.h | ||
int32 FindNeighbors
(
FFilteredKNNResultSet& Result, |
PoseSearch/KDTree.h | ||
int32 FindNeighbors
(
FRadiusResultSet& Result, |
PoseSearch/KDTree.h | ||
int32 FindNeighbors
(
FKNNMaxHeapResultSet& Result, |
Experimental, this feature might be removed without warning, not for production use. | PoseSearch/KDTree.h | |
int32 FindNeighbors
(
FFilteredKNNMaxHeapResultSet& Result, |
Experimental, this feature might be removed without warning, not for production use. | PoseSearch/KDTree.h | |
int32 FindNeighbors
(
FRadiusMaxHeapResultSet& Result, |
Experimental, this feature might be removed without warning, not for production use. | PoseSearch/KDTree.h |
FindNeighbors(FKNNResultSet &, TConstArrayView< float >)
| Name | FindNeighbors |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/KDTree.cpp |
int32 FindNeighbors
(
FKNNResultSet & Result,
TConstArrayView< float > Query
) const
FindNeighbors(FFilteredKNNResultSet &, TConstArrayView< float >)
| Name | FindNeighbors |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/KDTree.cpp |
int32 FindNeighbors
(
FFilteredKNNResultSet & Result,
TConstArrayView< float > Query
) const
FindNeighbors(FRadiusResultSet &, TConstArrayView< float >)
| Name | FindNeighbors |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/KDTree.cpp |
int32 FindNeighbors
(
FRadiusResultSet & Result,
TConstArrayView< float > Query
) const
FindNeighbors(FKNNMaxHeapResultSet &, TConstArrayView< float >)
Description
Experimental, this feature might be removed without warning, not for production use.
| Name | FindNeighbors |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/KDTree.cpp |
int32 FindNeighbors
(
FKNNMaxHeapResultSet & Result,
TConstArrayView< float > Query
) const
FindNeighbors(FFilteredKNNMaxHeapResultSet &, TConstArrayView< float >)
Description
Experimental, this feature might be removed without warning, not for production use.
| Name | FindNeighbors |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/KDTree.cpp |
int32 FindNeighbors
(
FFilteredKNNMaxHeapResultSet & Result,
TConstArrayView< float > Query
) const
FindNeighbors(FRadiusMaxHeapResultSet &, TConstArrayView< float >)
Description
Experimental, this feature might be removed without warning, not for production use.
| Name | FindNeighbors |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
| Source | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Private/KDTree.cpp |
int32 FindNeighbors
(
FRadiusMaxHeapResultSet & Result,
TConstArrayView< float > Query
) const