UPointCloudComponent::SetPointCloudWithColors

Updates the point cloud data with the new set of points and colors

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)(BlueprintCallable, Category="Point Cloud")
void SetPointCloudWithColors
(
    const TArray< FVector > & Points,
    const TArray< FColor > & Colors
)

Remarks

Updates the point cloud data with the new set of points and colors

Parameters

Parameter

Description

Points

the new set of points to use

Colors

the new set of colors to use, must match points size

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