FLidarPointCloudTraversalOctree::GetVisibleNodes

Selects and appends the subset of visible nodes for rendering. Returns number of selected nodes

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h

Include

#include "LidarPointCloudOctree.h"

Source

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudLODManager.cpp

Syntax

int32 GetVisibleNodes
(
    TArray< FLidarPointCloudTraversalOctreeNodeSizeData > & NodeSizeData,
    const struct FLidarPointCloudViewData * ViewData,
    const int32 & ProxyIndex,
    const FLidarPointCloudNodeSelectionParams & SelectionParams
)

Remarks

Selects and appends the subset of visible nodes for rendering. Returns number of selected nodes

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss