UAppleARKitFaceMeshComponent::SetBlendShapes

Set all of the blend shapes for this instance from a set of blend shapes

Windows
MacOS
Linux

References

Module

AppleARKitFaceSupport

Header

/Engine/Plugins/Runtime/AR/AppleAR/AppleARKitFaceSupport/Source/AppleARKitFaceSupport/Public/AppleARKitFaceMeshComponent.h

Include

#include "AppleARKitFaceMeshComponent.h"

Source

/Engine/Plugins/Runtime/AR/AppleAR/AppleARKitFaceSupport/Source/AppleARKitFaceSupport/Private/AppleARKitFaceMeshComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Components|ARFaceMesh",
          Meta=(DisplayName="Create Face Mesh from Blend Shapes"))
void SetBlendShapes
(
    const TMap< EARFaceBlendShape, float > & InBlendShapes
)

Remarks

Set all of the blend shapes for this instance from a set of blend shapes

Parameters

Parameter

Description

BlendShapes

The set of blend shapes to conform the face mesh to

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