Navigation
API > API/Runtime > API/Runtime/AugmentedReality > API/Runtime/AugmentedReality/UARFaceGeometry
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTrackable.h |
| Include | #include "ARTrackable.h" |
| Source | /Engine/Source/Runtime/AugmentedReality/Private/ARTrackable.cpp |
void UpdateFaceGeometry
(
const TSharedRef< FARSupportInterface , ESPMode::ThreadSafe > & InTrackingSystem,
uint32 FrameNumber,
double Timestamp,
const FTransform & InTransform,
const FTransform & InAlignmentTransform,
FARBlendShapeMap & InBlendShapes,
TArray < FVector > & InVertices,
const TArray < int32 > & Indices,
TArray < FVector2D > & InUVs,
const FTransform & InLeftEyeTransform,
const FTransform & InRightEyeTransform,
const FVector & InLookAtTarget
)