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" |
UFUNCTION&40;Reliable, Server, WithValidation&41;
void ServerUpdateFaceCurves
&40;
const TArray< FNetQuantizeFaceCurve > & ClientCurves
&41;
Remarks
Sends the updated curves from the client to the server so that it can replicate to other clients
Parameters
Name | Description |
---|---|
ClientCurves | the client's set of updated curves |