UGoogleARCoreFaceMeshComponent::UpdateMesh

Updates the face mesh vertices.

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="Update Mesh Section FColor"))
void UpdateMesh
(
    const TArray< FVector > & Vertices
)

Remarks

Updates the face mesh vertices. The topology and UVs do not change post creation so only vertices are updated

Parameters

Parameter

Description

Vertices

Vertex buffer of all vertex positions to use for this mesh section.

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