Navigation
Unreal Engine C++ API Reference > Plugins > AppleARKitFaceSupport > UAppleARKitFaceMeshComponent
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 |
UFUNCTION&40;BlueprintCallable, Category&61;"Components&124;ARFaceMesh",
Meta&61;&40;DisplayName&61;"Set the value of a Blend Shape"&41;&41;
void SetBlendShapeAmount
&40;
EARFaceBlendShape BlendShape,
float Amount
&41;
Remarks
Sets the amount for a given blend shape
Parameters
Name | Description |
---|---|
BlendShape | The blend shape to modify |
Amount | The amount of the blend shape to apply (0..1) |