Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FKDTree
| Name | FRadiusResultSet |
| Type | struct |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
Syntax
struct FRadiusResultSet : public UE::PoseSearch::FKDTree::FKNNResultSet
Inheritance Hierarchy
- FKDTree::FKNNResultSet → FKDTree::FRadiusResultSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRadiusResultSet
(
float Radius, |
PoseSearch/KDTree.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool addPoint
(
float dist, |
PoseSearch/KDTree.h |