You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user