FLidarPointCloudTraversalOctree::GetVisibleNodes

Selects and appends the subset of visible nodes for rendering.

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

void GetVisibleNodes
(
    TArray< FLidarPointCloudLODManager::FNodeSizeData > & NodeSizeData,
    const FLidarPointCloudViewData & ViewData,
    const int32 & ProxyIndex,
    const FLidarPointCloudNodeSelectionParams & SelectionParams,
    const float & CurrentTime
)

Remarks

Selects and appends the subset of visible nodes for rendering.

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