UDEPRECATED_GoogleARCoreFaceMeshComponent::SetAutoBind

If auto bind is true, then this component will update itself from the local face tracking data each tick.

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 SetAutoBind
(
    bool bAutoBind
)

Remarks

If auto bind is true, then this component will update itself from the local face tracking data each tick. If auto bind is off, use BindARFaceGeometry function to bind to a particular UARFaceGeometry.

Parameters

Parameter

Description

bAutoBind

true to enable, false to disable

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