I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:ArrayTest (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Commandlet >> ArrayTest
Package: 
Core
This class in other games:
U2

ArrayTest Tests all of the features of dynamic arrays currently known Also good if you're interested in how you can use dynamic arrays

Properties

ImportArray

Type: array<int>


Default value, index 0: 1

Default value, index 1: 2

Default value, index 2: 3

Default value, index 3: 4

ObjArray

Type: array<ArrayTest>


OuterArray

Type: array<InnerType>


TestArray

Type: array<int>


Default value, index 0: 1

Default value, index 1: 2

Default value, index 2: 3

VectArray

Type: array<Object.Vector>


Default values

Property Value
HelpCmd "ArrayTest"
HelpOneLiner "Tests various features of dynamic arrays"
HelpUsage "ArrayTest (no parameters)"

Structs

InnerType

int Dummy 
array<int> InnerArray 

Functions

Events

Main

event int Main (string Parms)

Overrides: Commandlet.Main


Other instance functions

ImportTests

function ImportTests ()


InsertRemoveTests

function InsertRemoveTests ()


NestedTests

function NestedTests ()


ObjectTests

function ObjectTests ()


OutPassing

function OutPassing (out array<intABC)


RegularPassing

function RegularPassing (array<intABC)


RegularTests

function RegularTests ()


Returning

function array<intReturning ()