Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudTraversalOctree
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
LidarPointCloudOctree.h |
|
|
|
LidarPointCloudOctree.h |
|
|
Build the Traversal tree from the Octree provided |
LidarPointCloudOctree.h |
|
FLidarPointCloudTraversalOctree(const FLidarPointCloudTraversalOctree &)
| |
|
| Name |
FLidarPointCloudTraversalOctree |
| Type |
function |
| Header File |
/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path |
#include "LidarPointCloudOctree.h" |
FLidarPointCloudTraversalOctree
(
const FLidarPointCloudTraversalOctree &
)
FLidarPointCloudTraversalOctree(FLidarPointCloudTraversalOctree &&)
| |
|
| Name |
FLidarPointCloudTraversalOctree |
| Type |
function |
| Header File |
/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path |
#include "LidarPointCloudOctree.h" |
FLidarPointCloudTraversalOctree
(
FLidarPointCloudTraversalOctree &&
)
Description
Build the Traversal tree from the Octree provided
| |
|
| Name |
FLidarPointCloudTraversalOctree |
| Type |
function |
| Header File |
/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path |
#include "LidarPointCloudOctree.h" |
| Source |
/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
FLidarPointCloudTraversalOctree
(
FLidarPointCloudOctree * Octree,
const FTransform & LocalToWorld
)