Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FKDTree
Experimental, this feature might be removed without warning, not for production use.
| Name | FRadiusMaxHeapResultSet |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
Syntax
struct FRadiusMaxHeapResultSet : public UE::PoseSearch::FKDTree::FKNNMaxHeapResultSet
Inheritance Hierarchy
- FKDTree::FKNNMaxHeapResultSet → FKDTree::FRadiusMaxHeapResultSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRadiusMaxHeapResultSet
(
TArrayView< FResult > Results, |
PoseSearch/KDTree.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool addPoint
(
float dist, |
PoseSearch/KDTree.h |