Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:Object structs (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:InterpCurveQuat (UT3))
Object (structs) |
Contents
- 1 Structs
- 1.1 Box
- 1.2 BoxSphereBounds
- 1.3 Color
- 1.4 Cylinder
- 1.5 double
- 1.6 DynamicMap_Mirror
- 1.7 Guid
- 1.8 IndirectArray_Mirror
- 1.9 InterpCurveFloat
- 1.10 InterpCurvePointFloat
- 1.11 InterpCurvePointQuat
- 1.12 InterpCurvePointTwoVectors
- 1.13 InterpCurvePointVector
- 1.14 InterpCurvePointVector2D
- 1.15 InterpCurveQuat
- 1.16 InterpCurveTwoVectors
- 1.17 InterpCurveVector
- 1.18 InterpCurveVector2D
- 1.19 IntPoint
- 1.20 LinearColor
- 1.21 Map_Mirror
- 1.22 Matrix
- 1.23 MultiMap_Mirror
- 1.24 Plane
- 1.25 pointer
- 1.26 Quat
- 1.27 qword
- 1.28 RawDistribution
- 1.29 RenderCommandFence
- 1.30 Rotator
- 1.31 TextureMipBulkData_Mirror
- 1.32 ThreadSafeCounter
- 1.33 TPOV
- 1.34 TwoVectors
- 1.35 UntypedBulkData_Mirror
- 1.36 Vector
- 1.37 Vector2D
- 1.38 Vector4
- Object structs in other games:
- RTNP, U1, UT, U2, U2XMP, UE2Runtime, UT2003, UT2004, UDK
- Other member categories for this class:
- operators, static native functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Structs[edit]
Box[edit]
Modifiers: immutable
BoxSphereBounds[edit]
Color[edit]
Modifiers: immutable
Cylinder[edit]
double[edit]
DynamicMap_Mirror[edit]
Guid[edit]
Modifiers: immutable
IndirectArray_Mirror[edit]
InterpCurveFloat[edit]
- array<InterpCurvePointFloat> Points
- EInterpMethodType InterpMethod
InterpCurvePointFloat[edit]
- float InVal
- float OutVal
- float ArriveTangent
- float LeaveTangent
- EInterpCurveMode InterpMode
InterpCurvePointQuat[edit]
- float InVal
- Quat OutVal
- Quat ArriveTangent
- Quat LeaveTangent
- EInterpCurveMode InterpMode
InterpCurvePointTwoVectors[edit]
- float InVal
- TwoVectors OutVal
- TwoVectors ArriveTangent
- TwoVectors LeaveTangent
- EInterpCurveMode InterpMode
InterpCurvePointVector[edit]
- float InVal
- Vector OutVal
- Vector ArriveTangent
- Vector LeaveTangent
- EInterpCurveMode InterpMode
InterpCurvePointVector2D[edit]
- float InVal
- Vector2D OutVal
- Vector2D ArriveTangent
- Vector2D LeaveTangent
- EInterpCurveMode InterpMode
InterpCurveQuat[edit]
- array<InterpCurvePointQuat> Points
- EInterpMethodType InterpMethod
InterpCurveTwoVectors[edit]
- array<InterpCurvePointTwoVectors> Points
- EInterpMethodType InterpMethod
InterpCurveVector[edit]
- array<InterpCurvePointVector> Points
- EInterpMethodType InterpMethod
InterpCurveVector2D[edit]
- array<InterpCurvePointVector2D> Points
- EInterpMethodType InterpMethod
IntPoint[edit]
Modifiers: immutable
Screen coordinates
LinearColor[edit]
Modifiers: immutable
Default values:
Property | Value |
---|---|
A | 1.0 |
Map_Mirror[edit]
Matrix[edit]
Modifiers: immutable
MultiMap_Mirror[edit]
Plane[edit]
Extends: Vector
Modifiers: immutable
- float W
pointer[edit]
- int Dummy
Quat[edit]
Modifiers: immutable
qword[edit]
RawDistribution[edit]
- byte Type
- byte Op
- byte LookupTableNumElements
- byte LookupTableChunkSize
- array<float> LookupTable
- float LookupTableTimeScale
- float LookupTableStartTime
RenderCommandFence[edit]
A fence used to track rendering thread command execution.
- int NumPendingFences
Rotator[edit]
Modifiers: immutable
TextureMipBulkData_Mirror[edit]
Extends: UntypedBulkData_Mirror
- int bShouldFreeOnEmtpy
ThreadSafeCounter[edit]
- int Value
TPOV[edit]
Point Of View type.
Default values:
Property | Value |
---|---|
FOV | 90.0 |
TwoVectors[edit]
Modifiers: immutable
UntypedBulkData_Mirror[edit]
- pointer VfTable
- int BulkDataFlags
- int ElementCount
- int BulkDataOffsetInFile
- int BulkDataSizeOnDisk
- int SavedBulkDataFlags
- int SavedElementCount
- int SavedBulkDataOffsetInFile
- int SavedBulkDataSizeOnDisk
- pointer BulkData
- int LockStatus
- pointer AttachedAr
Vector[edit]
Modifiers: immutable
Vector2D[edit]
Modifiers: immutable
Vector4[edit]
Modifiers: immutable