UDEPRECATED_GoogleARCorePointCloudRendererComponent

A helper component that renders the latest point cloud from the ARCore tracking session.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UActorComponent

USceneComponent

UDEPRECATED_GoogleARCorePointCloudRendererComponent

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCorePointCloudRendererComponent.h

Include

#include "GoogleARCorePointCloudRendererComponent.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Experimental, ClassGroup=(GoogleARCore), Deprecated)
class UDEPRECATED_GoogleARCorePointCloudRendererComponent : public USceneComponent

Remarks

A helper component that renders the latest point cloud from the ARCore tracking session.

This class is now deprecated, use UPointCloudComponent from the "PointCloud" plugin.

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FColor

 

PointColor

The color of the point.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

PointSize

The size of the point.

Constructors

Overridden from UActorComponent

Name Description

Public function Virtual

void

 

TickComponent

(
    float DeltaTime,
    enum ELevelTick TickType,
    FActorComponentTickFunction* T...
)

Function called on every frame on this Component.

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