Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Talk:Dynamic arrays

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 22:55, 15 May 2012 by Wormbo (Talk | contribs)

Jump to: navigation, search

Apparently incorrect information with relation to Dynamic Array .function options

Dynamic Arrays so well, this page is missing .sort(delegate), also the .replace() is actually available in UE3? I cant say Ive seen it used but I'll assume its limited to the defprops

--00zX 20:48, 20 April 2010 (UTC)


00zX , I also don't believe .replace is available any longer, and I also believe .Empty no longer works. Instead it should probably be changed to "ArrayName.Length=0;" I believe that will actually empty the array. It looks to me like someone just updated the UE2 article and didn't double check the info. --Krillin6 22:58, 15 May 2012 (UTC)

Don't mix up the code and defprops features. Empty and Replace modify the array in default properties, they aren't recognized in code. —Wormbo 04:55, 16 May 2012 (UTC)