There is no spoon

UE2:ArrayTest (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:InnerType (U2))
Jump to: navigation, search
U2 Object >> Commandlet >> ArrayTest

Contents

Package: 
Core
This class in other games:
U2XMP

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

[edit] Properties

[edit] ImportArray

Type: array<int>


Default value, index 0: 1

Default value, index 1: 2

Default value, index 2: 3

Default value, index 3: 4

[edit] ObjArray

Type: array<ArrayTest>


[edit] OuterArray

Type: array<InnerType>


[edit] TestArray

Type: array<int>


Default value, index 0: 1

Default value, index 1: 2

Default value, index 2: 3

[edit] VectArray

Type: array<Object.Vector>


[edit] Default values

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

[edit] Structs

[edit] InnerType

int Dummy 
array<int> InnerArray 

[edit] Functions

[edit] Events

[edit] Main

event int Main (string Parms)

Overrides: Commandlet.Main


[edit] Other instance functions

[edit] ImportTests

function ImportTests ()


[edit] InsertRemoveTests

function InsertRemoveTests ()


[edit] NestedTests

function NestedTests ()


[edit] ObjectTests

function ObjectTests ()


[edit] OutPassing

function OutPassing (out array<intABC)


[edit] RegularPassing

function RegularPassing (array<intABC)


[edit] RegularTests

function RegularTests ()


[edit] Returning

function array<intReturning ()