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

@@ -82,7 +82,7 @@ static bool CompressImageUsingQonvert(
DstImg.nWidth = SizeX;
DstImg.nHeight = SizeY;
DstImg.nDataSize = ImageBlocksX * ImageBlocksY * BlockBytes;
DstImg.pData = OutCompressedData.GetTypedData();
DstImg.pData = OutCompressedData.GetData();
switch (PixelFormat)
{