UE2:Object structs (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2003 Object (structs)
Object structs in other games:
Other member categories for this class:

Structs

BoundingVolume

Extends: Box

Plane Sphere

Box

Vector Min
Vector Max
byte IsValid

Color

byte B
byte G
byte R
byte A

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 A
int B
int C
int D

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 W

Quat

float X
float Y
float Z
float W

Range

float Min
float Max

RangeVector

Range X
Range Y
Range Z

Rotator

int Pitch
int Yaw
int Roll

Scale

Vector Scale
float SheerRate
ESheerAxis SheerAxis

Vector

float X
float Y
float Z