UGoogleARCorePointCloudRendererComponent
#include <GoogleARCorePointCloudRendererComponent.h>
A helper component that renders the latest point cloud from the ARCore tracking session.
Summary
Inheritance
Inherits from: USceneComponent
Constructors and Destructors |
|
---|---|
UGoogleARCorePointCloudRendererComponent()
|
Public attributes |
|
---|---|
PointColor
|
FColor
The color of the point.
|
PointSize
|
float
The size of the point.
|
Public functions |
|
---|---|
TickComponent(float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override
|
void
Function called on every frame on this Component.
|
Public attributes
PointColor
FColor PointColor
The color of the point.
PointSize
float PointSize
The size of the point.
Public functions
TickComponent
void TickComponent( float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction ) override
Function called on every frame on this Component.
UGoogleARCorePointCloudRendererComponent
UGoogleARCorePointCloudRendererComponent()