Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FKDTree
| Name | FDataSource |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
Syntax
struct FDataSource
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataSource () |
PoseSearch/KDTree.h | ||
FDataSource
(
const FDataSource& Other |
PoseSearch/KDTree.h | ||
FDataSource
(
FDataSource&& Other |
PoseSearch/KDTree.h | ||
FDataSource
(
AccessorType pointCount, |
PoseSearch/KDTree.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FDataSource() |
PoseSearch/KDTree.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | const float * | PoseSearch/KDTree.h | ||
| PointCount | AccessorType | PoseSearch/KDTree.h | ||
| PointDim | AccessorType | PoseSearch/KDTree.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool kdtree_get_bbox
(
BBOX& |
Optional bounding-box computation: return false to default to a standard bbox computation loop. | PoseSearch/KDTree.h | |
AccessorType kdtree_get_point_count() |
Must return the number of data points. | PoseSearch/KDTree.h | |
float kdtree_get_pt
(
const AccessorType idx, |
This method is called by nanoflann::findNeighbors -> nanoflann::searchLevel, so it has to be as fast as possible | PoseSearch/KDTree.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataSource & operator=
(
const FDataSource& Other |
PoseSearch/KDTree.h | ||
FDataSource & operator=
(
FDataSource&& Other |
PoseSearch/KDTree.h | ||
bool operator==
(
const FDataSource& Other |
PoseSearch/KDTree.h |