UGoogleARCoreAugmentedFace

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

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](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(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.

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