I'm a doctor, not a mechanic

UE3:Object structs (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object (structs)

Contents

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

[edit] Structs

[edit] Box

Modifiers: immutable

Vector Min 
Vector Max 
byte IsValid 

[edit] BoxSphereBounds

Vector Origin 
Vector BoxExtent 
float SphereRadius 

[edit] Color

Modifiers: immutable

byte
byte
byte
byte

[edit] Cylinder

float Radius 
float Height 

[edit] double

int
int

[edit] DynamicMap_Mirror

pointer Hash 
int HashSize 
int Count 
array<int> Pairs 
pointer FreePairs 

[edit] Guid

Modifiers: immutable

int
int
int
int

[edit] IndirectArray_Mirror

pointer Data 
int ArrayNum 
int ArrayMax 

[edit] InterpCurveFloat

array<InterpCurvePointFloat> Points 
EInterpMethodType InterpMethod 

[edit] InterpCurvePointFloat

float InVal 
float OutVal 
float ArriveTangent 
float LeaveTangent 
EInterpCurveMode InterpMode 

[edit] InterpCurvePointQuat

float InVal 
Quat OutVal 
Quat ArriveTangent 
Quat LeaveTangent 
EInterpCurveMode InterpMode 

[edit] InterpCurvePointTwoVectors

float InVal 
TwoVectors OutVal 
TwoVectors ArriveTangent 
TwoVectors LeaveTangent 
EInterpCurveMode InterpMode 

[edit] InterpCurvePointVector

float InVal 
Vector OutVal 
Vector ArriveTangent 
Vector LeaveTangent 
EInterpCurveMode InterpMode 

[edit] InterpCurvePointVector2D

float InVal 
Vector2D OutVal 
Vector2D ArriveTangent 
Vector2D LeaveTangent 
EInterpCurveMode InterpMode 

[edit] InterpCurveQuat

array<InterpCurvePointQuat> Points 
EInterpMethodType InterpMethod 

[edit] InterpCurveTwoVectors

array<InterpCurvePointTwoVectors> Points 
EInterpMethodType InterpMethod 

[edit] InterpCurveVector

array<InterpCurvePointVector> Points 
EInterpMethodType InterpMethod 

[edit] InterpCurveVector2D

array<InterpCurvePointVector2D> Points 
EInterpMethodType InterpMethod 

[edit] IntPoint

Modifiers: immutable

Screen coordinates

int
int

[edit] LinearColor

Modifiers: immutable

float
float
float
float

Default values:

Property Value
A 1.0

[edit] Map_Mirror

pointer Pairs 
int PairNum 
int PairMax 
pointer Hash 
int HashNum 

[edit] Matrix

Modifiers: immutable

Plane XPlane 
Plane YPlane 
Plane ZPlane 
Plane WPlane 

[edit] MultiMap_Mirror

pointer Pairs 
int PairNum 
int PairMax 
pointer Hash 
int HashNum 

[edit] Plane

Extends: Vector

Modifiers: immutable

float

[edit] pointer

int Dummy 

[edit] Quat

Modifiers: immutable

float
float
float
float

[edit] qword

int
int

[edit] RawDistribution

byte Type 
byte Op 
byte LookupTableNumElements 
byte LookupTableChunkSize 
array<float> LookupTable 
float LookupTableTimeScale 
float LookupTableStartTime 

[edit] RenderCommandFence

A fence used to track rendering thread command execution.

int NumPendingFences 

[edit] Rotator

Modifiers: immutable

int Pitch 
int Yaw 
int Roll 

[edit] TextureMipBulkData_Mirror

Extends: UntypedBulkData_Mirror

int bShouldFreeOnEmtpy 

[edit] ThreadSafeCounter

int Value 

[edit] TPOV

Point Of View type.

Vector Location 
Location
Rotator Rotation 
Rotation
float FOV 
FOV angle

Default values:

Property Value
FOV 90.0

[edit] TwoVectors

Modifiers: immutable

Vector v1 
Vector v2 

[edit] UntypedBulkData_Mirror

pointer VfTable 
int BulkDataFlags 
int ElementCount 
int BulkDataOffsetInFile 
int BulkDataSizeOnDisk 
int SavedBulkDataFlags 
int SavedElementCount 
int SavedBulkDataOffsetInFile 
int SavedBulkDataSizeOnDisk 
pointer BulkData 
int LockStatus 
pointer AttachedAr 

[edit] Vector

Modifiers: immutable

float
float
float

[edit] Vector2D

Modifiers: immutable

float
float

[edit] Vector4

Modifiers: immutable

float
float
float
float
Personal tools