UE1:Object structs (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
UT Object (structs)
Object structs in other games:
Other member categories for this class:

Structs

BoundingBox

Vector Min
Vector Max
byte IsValid

BoundingVolume

Extends: BoundingBox

Plane Sphere

Color

byte R
byte G
byte B
byte A

Coords

Vector Origin
Vector XAxis
Vector YAxis
Vector ZAxis

Guid

int A
int B
int C
int D

Plane

Extends: Vector

float W

Rotator

int Pitch
int Yaw
int Roll

Scale

Vector Scale
float SheerRate
ESheerAxis SheerAxis

Vector

float X
float Y
float Z