From a07ac366868d03426b3cd8fa0709fd9848a45a05 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Mon, 16 Mar 2026 18:26:36 +0100 Subject: [PATCH] no message --- .../Private/PS_AI_ConvAgent_FacialExpressionComponent.cpp | 2 +- .../Private/PS_AI_ConvAgent_LipSyncComponent.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_FacialExpressionComponent.cpp b/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_FacialExpressionComponent.cpp index af0708e..c53d86c 100644 --- a/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_FacialExpressionComponent.cpp +++ b/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_FacialExpressionComponent.cpp @@ -188,7 +188,7 @@ TMap UPS_AI_ConvAgent_FacialExpressionComponent::EvaluateAnimCurve { FMemMark Mark(FMemStack::Get()); FBlendedCurve BlendedCurve; - AnimSeq->EvaluateCurveData(BlendedCurve, Time); + AnimSeq->EvaluateCurveData(BlendedCurve, (double)Time); BlendedCurve.ForEachElement([&CurveValues](const UE::Anim::FCurveElement& Element) { diff --git a/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_LipSyncComponent.cpp b/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_LipSyncComponent.cpp index ddc754c..4607193 100644 --- a/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_LipSyncComponent.cpp +++ b/Unreal/PS_AI_Agent/Plugins/PS_AI_ConvAgent/Source/PS_AI_ConvAgent/Private/PS_AI_ConvAgent_LipSyncComponent.cpp @@ -486,7 +486,7 @@ void UPS_AI_ConvAgent_LipSyncComponent::ExtractPoseCurves(const FName& VisemeNam { FMemMark Mark(FMemStack::Get()); FBlendedCurve BlendedCurve; - AnimSeq->EvaluateCurveData(BlendedCurve, 0.0f); + AnimSeq->EvaluateCurveData(BlendedCurve, 0.0); BlendedCurve.ForEachElement([&CurveValues](const UE::Anim::FCurveElement& Element) {