Always snap to grid
UE2:Object (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ECamOrientation (U2XMP))
- Package:
- Core
- Direct subclasses:
- Actor, AdminManager, AnimEditProps, BehaviorControllerInterf, Bitmap, BrushBuilder, Canvas, CheatManager, Client, Commandlet, ConsolePlugIn, Console, DebugInfoManager, DebugStuff, Font, Force, GameAIControllerInterf, GibSet, I3DL2Listener, ImpactHandler, KarmaParams, LegendObjectComponent, LevelDesc, LevelSummary, Locale, MatObject, MaterialFactory, Material, MeshEditProps, ObjectPool, Palette, ParticleEmitter, ParticleSystemAssets, ParticleTemplate, PlayerInput, Player, Primitive, ReachSpec, RenderIterator, ScriptControllerInterf, SequEditProps, SoundSlotInterf, SoundTable, Sound, Subsystem, TestObj, TextureTypes, Time, TriggerHelper, UIHelper, UtilSquad, WebApplication, WebRequest, WebResponse
- This class in other games:
- RTNP, U1, U2, 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_NotifyStateChange
Value: 0x00000100
[edit] NoState
Value:
NEW
[edit] NoLabel
Value:
[edit] MaxInt
Value: 0x7fffffff
[edit] MaxFlt
Value: 3.402823466E38
NEW (mdf)
[edit] Pi
Value: 3.1415926535897932
[edit] DegreesToRadians
Value: 0.0174532925199432
NEW (mdf) PI / 180.0
[edit] RadiansToDegrees
Value: 57.295779513082321
NEW (mdf) 180.0 / PI
[edit] DegreesToRotationUnits
Value: 182.044
NEW (mdf) 65536 / 360
[edit] RotationUnitsToDegrees
Value: 0.00549
[edit] MAXSEED
Value: 4194304.0
2**22;
[edit] Properties
[edit] Property group 'Object'
[edit] Class
Type: Class
Modifiers: native, const, editconst
[edit] Name
Type: name
Modifiers: native, const, editconst
[edit] Internal variables
[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] ECamOrientation
- CAMORIENT_None
- CAMORIENT_LookAtActor
- CAMORIENT_FacePath
- CAMORIENT_Interpolate
[edit] ESheerAxis
[edit] Structs
See Object structs.
[edit] Functions
[edit] Static native functions
See Object static native functions.
[edit] Other static functions
[edit] GetWhiteColor
static final function Color GetWhiteColor ()
[edit] Quotes
[edit] Round
[edit] SMod
[edit] Native functions
[edit] AddFlagSafe
native final function AddFlagSafe (int Flag)
[edit] AddTimer
native simulated final function AddTimer (name NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate)
[edit] AddTimerS
native simulated final function AddTimerS (string NotifyFunc, float Frequency, optional bool bRepeat, optional float RandomSpread, optional bool bForceUpdate)
[edit] CallFunction
native simulated final function bool CallFunction (name FuncName, optional Object ReturnObj, optional name ReturnVarName, optional int Index)
[edit] CallFunctionS
native simulated final function bool CallFunctionS (string FuncName, optional Object ReturnObj, optional string ReturnVarName, optional int Index)
[edit] CanGetProperty
[edit] CanSetProperty
[edit] DefinesFunction
[edit] DefinesFunctionS
[edit] Delete
native(1032) final function Delete ()
[edit] Disable
native(118) final function Disable (name ProbeFunc)
[edit] DumpProbes
native final function name DumpProbes ()
[edit] Enable
native(117) final function Enable (name ProbeFunc)
[edit] GetPropertyText
[edit] GetStateName
native(284) final function name GetStateName ()
[edit] GotoLabel
native(992) final function GotoLabel (name Label)
[edit] GotoState
[edit] IsA
[edit] IsInState
[edit] IsProbing
[edit] RemoveAllTimers
native simulated final function RemoveAllTimers ()
[edit] RemoveFlagSafe
native final function RemoveFlagSafe (int Flag)
[edit] RemoveTimer
native simulated final function RemoveTimer (name NotifyFunc)
[edit] RemoveTimerS
native simulated final function RemoveTimerS (string NotifyFunc)
[edit] SaveConfig
native(536) final function SaveConfig ()
[edit] SetPropertyText
[edit] SetPropertyTextDefault
native simulated final function SetPropertyTextDefault (string PropName)
[edit] TimeRemaining
[edit] TimeRemainingS
[edit] TraceMessage
native simulated final function TraceMessage (name TraceName, Object ContextObject, coerce string Msg)
[edit] Events
[edit] BeginState
event BeginState ()
[edit] Constructed
event Constructed ()
[edit] EndState
event EndState ()
[edit] NotifyStateChange
event NotifyStateChange (name OldState, name NewState, name Label, bool bGoto, string ContextNameStr, int ContextLineNum)
[edit] Other instance functions
[edit] SetProbing
[edit] Operators
See Object operators.
