UDEPRECATED_GoogleARCoreFaceMeshComponent::BindARFaceGeometry

Bind this FaceMeshComponent to the given [UARFaceGeometry](API\Runtime\AugmentedReality\UARFaceGeometry) object.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreFaceMeshComponent.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFaceMeshComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Components|ARFaceMesh",
          Meta=(DisplayName="Modify auto bind to local face tracking"))
void BindARFaceGeometry
(
    UARFaceGeometry * FaceGeometry
)

Remarks

Bind this FaceMeshComponent to the given UARFaceGeometry object.

Parameters

Parameter

Description

FaceGeometry

The target UARFaceGeometry pointer. Passing nullptr to unbind the previous UARFaceGeometry.

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