Navigation
API > API/Plugins > API/Plugins/PoseSearch
| Name | FKDTree |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
Syntax
struct FKDTree
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKDTree () |
PoseSearch/KDTree.h | ||
| PoseSearch/KDTree.h | |||
| PoseSearch/KDTree.h | |||
FKDTree
(
AccessorType Count, |
PoseSearch/KDTree.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FKDTree() |
PoseSearch/KDTree.h |
Structs
| Name | Remarks |
|---|---|
| FDataSource | |
| FFilteredKNNMaxHeapResultSet | Experimental, this feature might be removed without warning, not for production use. |
| FFilteredKNNResultSet | |
| FKNNMaxHeapResultSet | Experimental, this feature might be removed without warning, not for production use. |
| FKNNResultSet | |
| FRadiusMaxHeapResultSet | Experimental, this feature might be removed without warning, not for production use. |
| FRadiusResultSet |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataSource | FDataSource | PoseSearch/KDTree.h | ||
| KDTreeImplementation | FKDTreeImplementation * | PoseSearch/KDTree.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
AccessorType Count, |
PoseSearch/KDTree.h | ||
int32 FindNeighbors
(
FRadiusMaxHeapResultSet& 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
(
FRadiusResultSet& Result, |
PoseSearch/KDTree.h | ||
int32 FindNeighbors
(
FFilteredKNNResultSet& 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
(
FKNNResultSet& Result, |
PoseSearch/KDTree.h | ||
SIZE_T GetAllocatedSize() |
PoseSearch/KDTree.h | ||
void Reset() |
PoseSearch/KDTree.h |