UGoogleARCoreAugmentedFace

An [UObject](API\Runtime\CoreUObject\UObject\UObject) representing a face detected by ARCore.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreAugmentedFace.h"

Syntax

UCLASS(BlueprintType)
class UGoogleARCoreAugmentedFace : public UARFaceGeometry

Remarks

An UObject representing a face detected by ARCore.

Functions

Name Description

Public function UFunction BlueprintPure, Category

FTransform

 

GetLocalToTrackingTransformOfRegion

Returns the latest known local-to-tracking transform of the given face region.

Public function UFunction BlueprintPure, Category

FTransform

 

GetLocalToWorldTransformOfRegion

Returns the latest known local-to-world transform of the given face region.

Overridden from UARTrackedGeometry

Name Description

Public function Virtual Const

void

 

DebugDraw

(
    UWorld* World,
    const FLinearColor& OutlineColor,
    float OutlineThickness,
    float PersistForSeconds
)

Draws the face mesh wireframe using debug lines.