Navigation
Unreal Engine C++ API Reference > Plugins > PointCloud > UPointCloudComponent
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 |
UFUNCTION&40;BlueprintCallable, Category&61;"Point Cloud"&41;
void SetPointCloud
&40;
const TArray< FVector > & Points
&41;
Remarks
Updates the point cloud data with the new set of points
Parameters
Name | Description |
---|---|
Points | the new set of points to use |