You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (TryFormatTextWithNamedPropertiesAsParameters(ResolvedFormatText, OutFormattedText))
45
48
{
46
49
return EFlowDataPinResolveResult::Success;
47
50
}
48
51
else
49
52
{
50
-
LogError(FString::Printf(TEXT("Could not format text '%s' with properties as parameters"), *FormatText.ToString()), EFlowOnScreenMessageType::Temporary);
53
+
LogError(FString::Printf(TEXT("Could not format text '%s' with properties as parameters"), *ResolvedFormatText.ToString()), EFlowOnScreenMessageType::Temporary);
0 commit comments