The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:Object (UT)
- Package:
- Core
- Direct subclasses:
- Actor, Bitmap, BrushBuilder, Canvas, Commandlet, Console, LevelSummary, ListItem, Locale, Palette, Player, RenderIterator, Subsystem, TestObj, Time, UTExtraKeyBindings, UWindowBase, WebApplication, WebRequest, WebResponse, Primitive, Sound, Font, Music
- Known custom subclass:
- Wormbo/SlowVacuumZone
- This class in other games:
- RTNP, U1, UE2Runtime, UT2003, 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_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'
Class
Type: Class
Modifiers: native, const, editconst
Name
Type: name
Modifiers: native, const, editconst
Internal variables
ObjectFlags
Type: int
Modifiers: native, const
ObjectInternal
Type: int
Array size: 6
Modifiers: native, private, const
Outer
Type: Object
Modifiers: native, const
Enums
ESheerAxis
Structs
See Object structs.
Functions
Static native functions
See Object static native functions.
Native functions
Disable
Enable
GetPropertyText
GetStateName
GotoState
IsA
IsInState
RandRange
SaveConfig
SetPropertyText
Events
BeginState
EndState
Operators
See Object operators.