Files
UnrealEngine/Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLocalLiveLinkSource/Private/MetaHumanAudioBaseLiveLinkSubjectSettings.cpp
2025-05-18 13:04:45 +08:00

15 lines
406 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "MetaHumanAudioBaseLiveLinkSubjectSettings.h"
void UMetaHumanAudioBaseLiveLinkSubjectSettings::Setup()
{
Super::Setup();
// No calibration, smoothing or head translation required.
// Calibration and head translations are no-ops unless configured,
// but we do need to explicitly set smoothing parameters to null.
Parameters = nullptr;
}