I'm a doctor, not a mechanic

UE2:Object structs (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object (structs)
Object structs in other games:
RTNP, U1, UT, U2, U2XMP, UE2Runtime, UT2004, UT3, UDK
Other member categories for this class:
operators, static native functions

Structs

BoundingVolume

Extends: Box

Plane Sphere 

Box

Vector Min 
Vector Max 
byte IsValid 

Color

byte
byte
byte
byte

CompressedPosition

Vector Location 
Rotator Rotation 
Vector Velocity 

Coords

Vector Origin 
Vector XAxis 
Vector YAxis 
Vector ZAxis 

FloatBox

float X1 
float Y1 
float X2 
float Y2 

Guid

int
int
int
int

IntBox

int X1 
int Y1 
int X2 
int Y2 

InterpCurve

array<InterpCurvePoint> Points 

InterpCurvePoint

float InVal 
float OutVal 

Matrix

Plane XPlane 
Plane YPlane 
Plane ZPlane 
Plane WPlane 

Plane

Extends: Vector

float

Quat

float
float
float
float

Range

float Min 
float Max 

RangeVector

Range
Range
Range

Rotator

int Pitch 
int Yaw 
int Roll 

Scale

Vector Scale 
float SheerRate 
ESheerAxis SheerAxis 

Vector

float
float
float