Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FKDTree
Experimental, this feature might be removed without warning, not for production use.
| Name | FKNNMaxHeapResultSet |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
Syntax
struct FKNNMaxHeapResultSet
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKNNMaxHeapResultSet
(
TArrayView< FResult > Results, |
PoseSearch/KDTree.h |
Structs
| Name | Remarks |
|---|---|
| FResult |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool addPoint
(
float dist, |
PoseSearch/KDTree.h | ||
bool full() |
PoseSearch/KDTree.h | ||
int32 Num() |
PoseSearch/KDTree.h | ||
float worstDist() |
PoseSearch/KDTree.h |