UE2:Object structs (U2)

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

Structs

Alignment

EAlignment XAxis
EAlignment YAxis

BoundingVolume

Extends: Box

Plane Sphere

Box

Vector Min
Vector Max
byte IsValid

Color

byte B
byte G
byte R
byte A

ComponentHandle

int buffer

CompressedPosition

Vector Location
Rotator Rotation
Vector Velocity

Coords

Vector Origin
Vector XAxis
Vector YAxis
Vector ZAxis

Dimension

float Width
float Height

Guid

int A
int B
int C
int D

InterpCurve

array<InterpCurvePoint> Points

InterpCurvePoint

float InVal
float OutVal

Matrix

Plane XPlane
Plane YPlane
Plane ZPlane
Plane WPlane

ParticleHandle

int buffer

Plane

Extends: Vector

float W

Point

float X
float Y

Quat

float X
float Y
float Z
float W

Range

float A
float B

RangeVector

Range X
Range Y
Range Z

Rectangle

float X
float Y
float Width
float Height

Rotator

int Pitch
int Yaw
int Roll

Scale

Vector Scale
float SheerRate
ESheerAxis SheerAxis

Vector

float X
float Y
float Z