EARFaceTrackingFileWriterType

MERGE-TODO - this now seems to be private.

Windows
MacOS
Linux

References

Module

AppleARKit

Header

/Engine/Plugins/Runtime/AR/AppleAR/AppleARKit/Source/AppleARKit/Public/AppleARKitSettings.h

Include

#include "AppleARKitSettings.h"

Syntax

enum EARFaceTrackingFileWriterType
{
    None,
    CSV,
    JSON,
}

Values

Name

Description

None

Disables creation of a file writer

CSV

Comma delimited file, one row per captured frame

JSON

JSON object array, one frame object per captured frame

Remarks

MERGE-TODO - this now seems to be private.

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