I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:Object (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Core
- Direct subclasses:
- Actor, AnimEditProps, AnimNotifyProps, AnimNotify, Bitmap, BrushBuilder, CameraEffect, Canvas, CheatManager, Client, Commandlet, ConsolePlugIn, Console, DebugInfoManager, DebugStuff, Font, Force, I3DL2Listener, KarmaParamsCollision, LevelSummary, ListItem, Locale, MatObject, MatchInfo, MaterialFactory, Material, MeshObject, Movie, NotifyProperties, ObjectPool, Palette, ParticleSystemAssets, ParticleTemplate, PlayerInput, Player, Primitive, ReachSpec, SVehicleWheel, ScriptedAction, SequEditProps, SkelPrefsEditProps, Sound, Subsystem, TestObj, Time, UIHelper, WebApplication, WebRequest, WebResponse
- This class in other games:
- RTNP, U1, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3
| This is an auto-generated page and may need human attention. Please remove this 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.
[edit] Constants
[edit] RF_Transactional
Value: 0x00000001
Supports editor undo/redo.
[edit] RF_Public
Value: 0x00000004
Can be referenced by external package files.
[edit] RF_Transient
Value: 0x00004000
Can't be saved or loaded.
[edit] RF_NotForClient
Value: 0x00100000
Don't load for game client.
[edit] RF_NotForServer
Value: 0x00200000
Don't load for game server.
[edit] RF_NotForEdit
Value: 0x00400000
Don't load for editor.
[edit] NoState
Value:
[edit] NoLabel
Value:
[edit] MaxInt
Value: 0x7fffffff
[edit] MaxFlt
Value: 3.402823466E38
[edit] Pi
Value: 3.1415926535897932
[edit] DegreesToRadians
Value: 0.0174532925199432
PI / 180.0
[edit] RadiansToDegrees
Value: 57.295779513082321
180.0 / PI
[edit] DegreesToRotationUnits
Value: 182.044
65536 / 360
[edit] RotationUnitsToDegrees
Value: 0.00549
[edit] MAXSEED
Value: 4194304.0
2**22;
[edit] Properties
[edit] Property group 'Object'
[edit] Name
Type: name
Modifiers: native, const, editconst
[edit] Internal variables
[edit] Class
Type: Class
Modifiers: native, const, editconst
[edit] ObjectFlags
Type: int
Modifiers: native, const
[edit] ObjectInternal
Type: int
Array size: 6
Modifiers: native, private, const
[edit] Outer
Type: Object
Modifiers: native, const
[edit] Enums
[edit] EAlignment
- ALMT_None
- ALMT_Left
- ALMT_Right
- ALMT_Top
- ALMT_Bottom
- ALMT_Center
- ALMT_HardLeft
- ALMT_HardRight
- ALMT_HardTop
- ALMT_HardBottom
- ALMT_HardCenter
[edit] EAxis
- AXIS_X
- AXIS_Y
- AXIS_Z
[edit] ECamOrientation
- CAMORIENT_None
- CAMORIENT_LookAtActor
- CAMORIENT_FacePath
- CAMORIENT_Interpolate
- CAMORIENT_Dolly
[edit] ESheerAxis
[edit] Structs
See Object structs.
[edit] Functions
[edit] Static native functions
See Object static native functions.
[edit] Other static functions
[edit] Round
[edit] Native functions
[edit] AddTimer
[edit] AddTimerS
[edit] Delete
[edit] Disable
[edit] Enable
[edit] GetPropertyText
[edit] GetStateName
[edit] GotoState
[edit] IsA
[edit] IsInState
[edit] RemoveAllTimers
[edit] RemoveTimer
[edit] RemoveTimerS
[edit] SaveConfig
[edit] SetPropertyText
[edit] TimeRemaining
[edit] TimeRemainingS
[edit] Events
[edit] BeginState
[edit] Constructed
[edit] EndState
[edit] Operators
See Object operators.
