Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:Object structs (UT)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:11, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object (structs)

Contents

Object structs in other games:
RTNP, U1, U2, U2XMP, UDK, UE2Runtime, UT2003, UT2004, UT3
Other member categories for this class:
operators, static native functions

[edit] Structs

[edit] BoundingBox

Vector Min 
Vector Max 
byte IsValid 

[edit] BoundingVolume

Extends: BoundingBox

Plane Sphere 

[edit] Color

byte
byte
byte
byte

[edit] Coords

Vector Origin 
Vector XAxis 
Vector YAxis 
Vector ZAxis 

[edit] Guid

int
int
int
int

[edit] Plane

Extends: Vector

float

[edit] Rotator

int Pitch 
int Yaw 
int Roll 

[edit] Scale

Vector Scale 
float SheerRate 
ESheerAxis SheerAxis 

[edit] Vector

float
float
float
Personal tools