Copying //UE4/Dev-RenderPlat-Staging@11388153 to //UE4/Main

#rb none
#rnx

[CL 11388545 by Rolando Caloca in Main branch]
This commit is contained in:
Rolando Caloca
2020-02-12 13:27:19 -05:00
1390 changed files with 75239 additions and 59043 deletions

View File

@@ -2668,7 +2668,7 @@ TArray<FString> GetDeprecatedFieldPythonNamesImpl(const FFieldVariant& InField,
FieldName.RemoveAt(0, 1, /*bAllowShrinking*/false);
}
FieldNames.Add(MoveTemp(FieldName));
FieldNames.AddUnique(MoveTemp(FieldName));
}
return FieldNames;