UPointCloudComponent::GetPointsInBox

Determines which points are within the box and returns those to the caller

Windows
MacOS
Linux

References

Module

PointCloud

Header

/Engine/Plugins/Experimental/AR/PointCloud/Source/PointCloud/Public/PointCloudComponent.h

Include

#include "PointCloudComponent.h"

Source

/Engine/Plugins/Experimental/AR/PointCloud/Source/PointCloud/Private/PointCloudComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="Point Cloud")
TArray< FVector > GetPointsInBox
(
    const FBox & WorldSpaceBox
) const

Remarks

Determines which points are within the box and returns those to the caller

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