Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UARTrackedGeometry
- UARFaceGeometry
- UGoogleARCoreAugmentedFace
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedFace.h |
| Include | #include "GoogleARCoreAugmentedFace.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UGoogleARCoreAugmentedFace : public UARFaceGeometry
Remarks
An UObject representing a face detected by ARCore.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTransform | Returns the latest known local-to-tracking transform of the given face region. | ||
| FTransform | Returns the latest known local-to-world transform of the given face region. |
Overridden from UARTrackedGeometry
| Type | Name | Description | |
|---|---|---|---|
| void | DebugDraw
(
UWorld* World, |
Draws the face mesh wireframe using debug lines. |