Gah - a solution with more questions. – EntropicLqd
UE2:Object (U2)
Contents
- 1 Constants
- 2 Properties
- 3 Enums
- 4 Structs
- 5 Functions
- 5.1 Static native functions
- 5.2 Other static functions
- 5.3 Native functions
- 5.3.1 AddTimer
- 5.3.2 AddTimerS
- 5.3.3 Delete
- 5.3.4 Disable
- 5.3.5 Enable
- 5.3.6 GetPropertyText
- 5.3.7 GetStateName
- 5.3.8 GotoState
- 5.3.9 IsA
- 5.3.10 IsInState
- 5.3.11 RemoveAllTimers
- 5.3.12 RemoveTimer
- 5.3.13 RemoveTimerS
- 5.3.14 SaveConfig
- 5.3.15 SetPropertyText
- 5.3.16 TimeRemaining
- 5.3.17 TimeRemainingS
- 5.4 Events
- 6 Operators
- Package:
- Core
- Direct subclasses:
- Player, Commandlet, KarmaParamsCollision, Actor, AnimEditProps, AnimNotifyProps, AnimNotify, ReachSpec, Bitmap, LevelSummary, BrushBuilder, CameraEffect, Canvas, CheatManager, Client, ConsolePlugIn, Console, DebugInfoManager, DebugStuff, Force, I3DL2Listener, ListItem, Locale, MatObject, MatchInfo, MaterialFactory, Material, MeshObject, Movie, NotifyProperties, ObjectPool, Palette, ParticleSystemAssets, ParticleTemplate, PlayerInput, SVehicleWheel, ScriptedAction, SequEditProps, SkelPrefsEditProps, Subsystem, TestObj, Time, UIHelper, WebApplication, WebRequest, WebResponse, Primitive, Sound, Font
- This class in other games:
- RTNP, U1, UT, UE2Runtime, UT2003, U2XMP, UT2004, UDK, UT3
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. |
Object: The base class all objects. This is a built-in Unreal class and it shouldn't be modified.
Constants
RF_Transactional
Value: 0x00000001
Supports editor undo/redo.
RF_Public
Value: 0x00000004
Can be referenced by external package files.
RF_Transient
Value: 0x00004000
Can't be saved or loaded.
RF_NotForClient
Value: 0x00100000
Don't load for game client.
RF_NotForServer
Value: 0x00200000
Don't load for game server.
RF_NotForEdit
Value: 0x00400000
Don't load for editor.
NoState
Value:
NoLabel
Value:
MaxInt
Value: 0x7fffffff
MaxFlt
Value: 3.402823466E38
Pi
Value: 3.1415926535897932
DegreesToRadians
Value: 0.0174532925199432
PI / 180.0
RadiansToDegrees
Value: 57.295779513082321
180.0 / PI
DegreesToRotationUnits
Value: 182.044
65536 / 360
RotationUnitsToDegrees
Value: 0.00549
MAXSEED
Value: 4194304.0
2**22;
Properties
Property group 'Object'
Name
Type: name
Modifiers: native, const, editconst
Internal variables
Class
Type: Class
Modifiers: native, const, editconst
ObjectFlags
Type: int
Modifiers: native, const
ObjectInternal
Type: int
Array size: 6
Modifiers: native, private, const
Outer
Type: Object
Modifiers: native, const
Enums
EAlignment
- ALMT_None
- ALMT_Left
- ALMT_Right
- ALMT_Top
- ALMT_Bottom
- ALMT_Center
- ALMT_HardLeft
- ALMT_HardRight
- ALMT_HardTop
- ALMT_HardBottom
- ALMT_HardCenter
EAxis
- AXIS_X
- AXIS_Y
- AXIS_Z
ECamOrientation
- CAMORIENT_None
- CAMORIENT_LookAtActor
- CAMORIENT_FacePath
- CAMORIENT_Interpolate
- CAMORIENT_Dolly
ESheerAxis
Structs
See Object structs.
Functions
Static native functions
See Object static native functions.
Other static functions
Round
Native functions
AddTimer
AddTimerS
Delete
Disable
Enable
GetPropertyText
GetStateName
GotoState
IsA
IsInState
RemoveAllTimers
RemoveTimer
RemoveTimerS
SaveConfig
SetPropertyText
TimeRemaining
TimeRemainingS
Events
BeginState
Constructed
EndState
Operators
See Object operators.