TArray documentation and a coupld of methods deprecation.

Changes mostly in Array.h. The changes in other files are only renames for deprecated functions.

[CL 2312616 by Jaroslaw Palczynski in Main branch]
This commit is contained in:
Jaroslaw Palczynski
2014-09-29 04:23:44 -04:00
committed by UnrealBot
parent 8ed278ece8
commit 65ba5d456f
244 changed files with 2181 additions and 1306 deletions

View File

@@ -740,7 +740,7 @@ int32 UDiffPackagesCommandlet::Main(const FString& Params)
{
if ( Comparison.ObjectSets[PackageIndex] != NULL )
{
AllObjectSets[PackageIndex].AddRawItem(Comparison.ObjectSets[PackageIndex]);
AllObjectSets[PackageIndex].Add(Comparison.ObjectSets[PackageIndex]);
}
}
@@ -763,7 +763,7 @@ int32 UDiffPackagesCommandlet::Main(const FString& Params)
{
if ( Comparison.ObjectSets[PackageIndex] != NULL )
{
AllObjectSets[PackageIndex].AddRawItem(Comparison.ObjectSets[PackageIndex]);
AllObjectSets[PackageIndex].Add(Comparison.ObjectSets[PackageIndex]);
}
}