The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:TestInfo (U2)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2 Object >> Actor >> Info >> TestInfo

Contents

Package: 
Engine
This class in other games:
RTNP, U1, U2XMP, UE2Runtime, UT

For internal testing.

[edit] Constants

[edit] Pie

Value: 3.14


[edit] Str

Value: "Tim"


[edit] Lotus

Value: vect(1,2,3)


[edit] Properties

[edit] Property group 'TestInfo'

[edit] bFalse1

Type: bool


[edit] bFalse2

Type: bool


[edit] bTrue1

Type: bool


Default value: True

[edit] bTrue2

Type: bool


Default value: True

[edit] xnum

Type: int


Default value: 777

[edit] Internal variables

[edit] bBool1

Type: bool


[edit] bBool2

Type: bool


[edit] MyArray

Type: int

Array size: 2


[edit] ppp

Type: float


Default value: 3.14

[edit] ST

Type: STest


[edit] sxx

Type: string


Default value: "Tim"

[edit] TestRepStr

Type: string


[edit] v1

Type: Object.Vector


[edit] v2

Type: Object.Vector


[edit] Default values

Property Value
bAlwaysRelevant True
bHidden False
RemoteRole ROLE_SimulatedProxy

[edit] Structs

[edit] STest

bool b1 
int
bool b2 
bool b3 

[edit] Functions

[edit] Static functions

[edit] OtherStatic

static function int OtherStatic (int i)


[edit] test

static function test ()


[edit] TestStatic

static function int TestStatic (int i)


[edit] Events

[edit] BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


[edit] PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


[edit] Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick


[edit] Other instance functions

[edit] f

function f ()


[edit] RecurseTest

function bool RecurseTest ()


[edit] SubTestOptionalOut

function SubTestOptionalOut (optional out int a, optional out int b, optional out int c)


[edit] temp

function temp ()


[edit] TestContinueDoUntil

function TestContinueDoUntil ()


[edit] TestContinueFor

function TestContinueFor ()


[edit] TestContinueForEach

function TestContinueForEach ()


[edit] TestContinueWhile

function TestContinueWhile ()


[edit] TestLimitor

function TestLimitor (Class c)


[edit] TestNullContext

function TestNullContext (Actor a)


[edit] TestOptionalOut

function TestOptionalOut ()


[edit] TestQ

function TestQ ()


[edit] TestStructBools

function TestStructBools ()


[edit] TestSwitch

function TestSwitch ()


[edit] TestX

function TestX (bool bResource)


[edit] States

[edit] AA

[edit] AA.f

function f ()

Overrides: f (global)


[edit] BB

[edit] BB.f

function f ()

Overrides: f (global)


[edit] CCAA

Extends: AA

[edit] CCAA.f

function f ()

Overrides: AA.f


[edit] DDAA

Extends: AA

[edit] DDAA.f

function f ()

Overrides: AA.f


[edit] EEDDAA

Extends: DDAA

[edit] EEDDAA.f

function f ()

Overrides: DDAA.f


Personal tools