Mostly Harmless
UE2:Object (UT2003)
- Package:
- Core
- Direct subclasses:
- DrawOpBase, AnimNotifyProps, Actor, AdminBase, AnimEditProps, AnimNotify, ReachSpec, Bitmap, BrushBuilder, CameraEffect, Canvas, CheatManager, Commandlet, CustomBotConfig, SpeciesType, DecoText, GUI, GameConfigSet, GameProfile, I3DL2Listener, Interactions, KarmaParamsCollision, LadderInfo, LevelSummary, ListItem, Locale, LogEntry, Manifest, MatObject, MatchInfo, MaterialFactory, Material, MeshObject, NotifyProperties, ObjectArray, ObjectPool, Palette, ParticleEmitter, PlayInfo, PlayerInput, PlayerRecordClass, Player, Resource, RosterEntry, ScriptedAction, SequEditProps, SkaarjMeshes, SkelPrefsEditProps, Sound, Spline, StringArray, Subsystem, Time, WebApplication, WebRequest, WebResponse, WebSkin, XAdminBase, XPawnGibGroup, XPawnSoundGroup, XPrivilegeBase, XUtil, MeshAnimation, Primitive
- This class in other games:
- RTNP, U1, UT, UE2Runtime, U2, 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_Standalone
Value: 0x00080000
Keep object around for editing even if unreferenced.
RF_NotForClient
Value: 0x00100000
Don't load for game client.
RF_NotForServer
Value: 0x00200000
Don't load for game server.
RF_NotForEdit
Value: 0x00400000
MaxInt
Value: 0x7fffffff
Pi
Value: 3.1415926535897932
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: pointer
Array size: 6
Modifiers: native, private, const
Outer
Type: Object
Modifiers: native, const
Enums
ECamOrientation
- CAMORIENT_None
- CAMORIENT_LookAtActor
- CAMORIENT_FacePath
- CAMORIENT_Interpolate
- CAMORIENT_Dolly
EDrawPivot
- DP_UpperLeft
- DP_UpperMiddle
- DP_UpperRight
- DP_MiddleRight
- DP_LowerRight
- DP_LowerMiddle
- DP_LowerLeft
- DP_MiddleLeft
- DP_MiddleMiddle
ESheerAxis
Structs
See Object structs.
Functions
Static native functions
See Object static native functions.
Iterator functions
AllObjects
Native functions
Disable
Enable
GetPropertyText
GetStateName
GotoState
IsA
IsInState
IsOnConsole
IsSoaking
SaveConfig
SetPropertyText
Events
BeginState
Created
EndState
Other instance functions
RandRange
Operators
See Object operators.