UnrealVoxta 0.1.1
 
Loading...
Searching...
No Matches
LipSyncType.h
Go to the documentation of this file.
1// Copyright(c) 2024 grrimgrriefer & DZnnah, see LICENSE for details.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
19UENUM(BlueprintType, Category = "Voxta")
20enum class LipSyncType : uint8
21{
22 None UMETA(DisplayName = "None"),
23 Custom UMETA(DisplayName = "Custom"),
24 OVRLipSync UMETA(DisplayName = "OVRLipSync"),
25 Audio2Face UMETA(DisplayName = "Audio2Face")
26};
LipSyncType
LipSyncType All the possible LipSync types that are currently supported by the UnrealVoxta client.
Definition LipSyncType.h:21
@ UMETA
Definition LipSyncType.h:22