UAppleARKitFaceMeshComponent::SetBlendShapeAmount

Sets the amount for a given blend shape

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="Set the value of a Blend Shape"))
void SetBlendShapeAmount
(
    EARFaceBlendShape BlendShape,
    float Amount
)

Remarks

Sets the amount for a given blend shape

Parameters

Parameter

Description

BlendShape

The blend shape to modify

Amount

The amount of the blend shape to apply (0..1)

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