Navigation
API > API/Plugins > API/Plugins/PoseSearch > API/Plugins/PoseSearch/FKDTree > API/Plugins/PoseSearch/FKDTree/FDataSource
Overloads
| 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 |
FDataSource()
| Name | FDataSource |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
FDataSource()
FDataSource(const FDataSource &)
| Name | FDataSource |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
FDataSource
(
const FDataSource & Other
)
FDataSource(FDataSource &&)
| Name | FDataSource |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
FDataSource
(
FDataSource && Other
)
FDataSource(AccessorType, AccessorType, const float *)
| Name | FDataSource |
| Type | function |
| Header File | /Engine/Plugins/Animation/PoseSearch/Source/Runtime/Public/PoseSearch/KDTree.h |
| Include Path | #include "PoseSearch/KDTree.h" |
FDataSource
(
AccessorType pointCount,
AccessorType pointDim,
const float * data
)