UGoogleARCorePlaneRendererComponent

A helper component that renders all the ARCore planes in the current tracking session.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCorePlaneRendererComponent.h"

Syntax

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

Remarks

A helper component that renders all the ARCore planes in the current tracking session.

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FColor

 

BoundaryPolygonColor

The color of the boundary polygon.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

float

 

BoundaryPolygonThickness

The line thickness for the plan boundary polygon.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

bool

 

bRenderBoundaryPolygon

Render the plane boundary polygon lines when set to true.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

bool

 

bRenderPlane

Render the plane quad when set to true.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite

FColor

 

PlaneColor

The color of the plane.

Constructors

Overridden from UActorComponent

Name Description

Public function Virtual

void

 

TickComponent

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

Function called 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