Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
An UObject representing a face detected by ARCore.
| Name | UGoogleARCoreAugmentedFace |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedFace.h |
| Include Path | #include "GoogleARCoreAugmentedFace.h" |
Syntax
UCLASS (BlueprintType)
class UGoogleARCoreAugmentedFace : public UARFaceGeometry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARFaceGeometry → UGoogleARCoreAugmentedFace
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RegionLocalToTrackingTransforms | TMap< EGoogleARCoreAugmentedFaceRegion, FTransform > | GoogleARCoreAugmentedFace.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform GetLocalToTrackingTransformOfRegion
(
EGoogleARCoreAugmentedFaceRegion Region |
Returns the latest known local-to-tracking transform of the given face region. | GoogleARCoreAugmentedFace.h |
|
FTransform GetLocalToWorldTransformOfRegion
(
EGoogleARCoreAugmentedFaceRegion Region |
Returns the latest known local-to-world transform of the given face region. | GoogleARCoreAugmentedFace.h |
|
Overridden from UARTrackedGeometry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DebugDraw
(
UWorld* World, |
Draws the face mesh wireframe using debug lines. | GoogleARCoreAugmentedFace.h |