There is no spoon

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[edit]

ImportArray[edit]

Type: array<int>


Default value, index 0: 1

Default value, index 1: 2

Default value, index 2: 3

Default value, index 3: 4

ObjArray[edit]

Type: array<ArrayTest>


OuterArray[edit]

Type: array<InnerType>


TestArray[edit]

Type: array<int>


Default value, index 0: 1

Default value, index 1: 2

Default value, index 2: 3

VectArray[edit]

Type: array<Object.Vector>


Default values[edit]

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

Structs[edit]

InnerType[edit]

int Dummy 
array<int> InnerArray 

Functions[edit]

Events[edit]

Main[edit]

event int Main (string Parms)

Overrides: Commandlet.Main


Other instance functions[edit]

ImportTests[edit]

function ImportTests ()


InsertRemoveTests[edit]

function InsertRemoveTests ()


NestedTests[edit]

function NestedTests ()


ObjectTests[edit]

function ObjectTests ()


OutPassing[edit]

function OutPassing (out array<intABC)


RegularPassing[edit]

function RegularPassing (array<intABC)


RegularTests[edit]

function RegularTests ()


Returning[edit]

function array<intReturning ()