I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:Actor (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:AnimRep (U2))
| Object >> Actor |
- Package:
- Engine
- Direct subclasses:
- AnimBrowserMesh, AntiPortalActor, Brush, CarriedObject, CollisionProxy, Controller, DamageType, Decal, DecoVolumeObject, Decoration, Effects, ElectricGenerator, FluidSurfaceOscillator, HackEffectProxy, HackEffect, HackTrigger, Info, InventoryAttachment, Inventory, JuggernautTireArm, JuggernautTurretBarrel, KActor, KRepulsor, Keypoint, Landmark, Light, Loader, MatDemoActor, Mover, NavigationPoint, NewWind, Note, ParticleColliderDisc, ParticleColliderSphere, ParticleGenerator, ParticleLoader, ParticleRef, Pawn, Pickup, Projectile, Projector, RaptorGrinder, ScoreKeeper, StaticMeshActor, Triggers, TripLaserProxy, TurretCam, TurretProxyBall, UseProxy, UtilGame, Util, VehicleExplosion, VehicleFactory, VehiclePart, XMPVehicleCabViewModel, XMPVehicleCab, XMPVehicleTurret
- Known custom subclasses:
- IncrementalTrigger, PawnFactory, Round_Robin
- 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. |
Actor: The base class of all actors. Actor is the base class of all gameplay objects. A large number of properties, behaviors and interfaces are implemented in Actor, including:
- Display - Animation - Physics and world interaction - Making sounds - Networking properties - Actor creation and destruction - Triggering and timers - Actor iterator functions - Message broadcasting
This is a built-in Unreal class and it shouldn't be modified.
[edit] Constants
[edit] CCFloatHeight
Value: 6.0
[edit] DF_None
Value: 0x00000000
[edit] DF_Collision
Value: 0x00000001
[edit] MAXSTEPHEIGHT
Value: 35.0
Maximum step height walkable by pawns
[edit] MINFLOORZ
Value: 0.7
[edit] Properties
See Actor properties.
[edit] Enums
See Actor enums.
[edit] Structs
[edit] ActorRenderDataPtr
- int Ptr
[edit] AnimRep
- name AnimSequence
- bool bAnimLoop
- byte AnimRate
- note that with compression, max replicated animrate is 4.0
- byte AnimFrame
- byte TweenRate
- note that with compression, max replicated tweentime is 4 seconds
[edit] BatchReference
[edit] Face
Modifiers: native
- array<Object.Vector> Points
[edit] KRBVec
[edit] KRigidBodyState
- KRBVec Position
- Object.Quat Quaternion
- KRBVec LinVel
- KRBVec AngVel
[edit] LightRenderDataPtr
- int Ptr
[edit] PointRegion
[edit] ProjectorRenderInfoPtr
- int Ptr
[edit] StaticMeshProjectorRenderInfoPtr
- int Ptr
[edit] Functions
[edit] Static native functions
[edit] AddActor
native static final function AddActor (Actor A, optional Object.Color C)
[edit] AddArrow
native static final function AddArrow (Object.Vector Start, Object.Vector End, optional Object.Color C)
[edit] AddBox
native static final function AddBox (Object.Vector Location, Object.Vector Extent, optional Object.Color C)
[edit] AddCylinder
native static final function AddCylinder (Object.Vector Location, float Radius, float Height, optional Object.Color C)
[edit] AddLine
native static final function AddLine (Object.Vector Start, Object.Vector End, optional Object.Color C)
[edit] Other static functions
[edit] AddActorAt
static final function AddActorAt (Actor A, Object.Vector TargetLocation, optional Object.Color C)
[edit] ColorBlack
static final function Object.Color ColorBlack ()
[edit] ColorBlue
static final function Object.Color ColorBlue ()
[edit] ColorBrown
static final function Object.Color ColorBrown ()
[edit] ColorCyan
static final function Object.Color ColorCyan ()
[edit] ColorDkblue
static final function Object.Color ColorDkblue ()
[edit] ColorDkcyan
static final function Object.Color ColorDkcyan ()
[edit] ColorDkgreen
static final function Object.Color ColorDkgreen ()
[edit] ColorDkgrey
static final function Object.Color ColorDkgrey ()
[edit] ColorDkmagenta
static final function Object.Color ColorDkmagenta ()
[edit] ColorDkred
static final function Object.Color ColorDkred ()
[edit] ColorDkyellow
static final function Object.Color ColorDkyellow ()
[edit] ColorGreen
static final function Object.Color ColorGreen ()
[edit] ColorGrey
static final function Object.Color ColorGrey ()
[edit] ColorLtgrey
static final function Object.Color ColorLtgrey ()
[edit] ColorMagenta
static final function Object.Color ColorMagenta ()
[edit] ColorOrange
static final function Object.Color ColorOrange ()
[edit] ColorPink
static final function Object.Color ColorPink ()
[edit] ColorRed
static final function Object.Color ColorRed ()
[edit] ColorWhite
static final function Object.Color ColorWhite ()
[edit] ColorYellow
static final function Object.Color ColorYellow ()
[edit] DrawFace
static final function DrawFace (Face F, Object.Color Clr)
[edit] DrawFaces
[edit] GetLocalString
static function string GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2)
[edit] MakeColor
[edit] ZapActor
static function ZapActor (out Actor A)
[edit] Iterator functions
[edit] AllActors
native(304) final iterator function AllActors (class<Actor> BaseClass, out Actor Actor, optional name MatchTag)
[edit] BasedActors
native(306) final iterator function BasedActors (class<Actor> BaseClass, out Actor Actor)
[edit] ChildActors
native(305) final iterator function ChildActors (class<Actor> BaseClass, out Actor Actor)
[edit] CollidingActors
native(344) final iterator function CollidingActors (class<Actor> BaseClass, out Actor Actor, float Radius, optional Object.Vector Loc)
[edit] DynamicActors
native(313) final iterator function DynamicActors (class<Actor> BaseClass, out Actor Actor, optional name MatchTag)
[edit] RadiusActors
native(310) final iterator function RadiusActors (class<Actor> BaseClass, out Actor Actor, float Radius, optional Object.Vector Loc)
[edit] TouchingActors
native(307) final iterator function TouchingActors (class<Actor> BaseClass, out Actor Actor)
[edit] TraceActors
native(309) final iterator function TraceActors (class<Actor> BaseClass, out Actor Actor, out Object.Vector HitLoc, out Object.Vector HitNorm, Object.Vector End, optional Object.Vector Start, optional Object.Vector Extent)
[edit] VisibleActors
native(311) final iterator function VisibleActors (class<Actor> BaseClass, out Actor Actor, optional float Radius, optional Object.Vector Loc)
[edit] VisibleCollidingActors
native(312) final iterator function VisibleCollidingActors (class<Actor> BaseClass, out Actor Actor, float Radius, optional Object.Vector Loc, optional bool bIgnoreHidden)
[edit] Latent functions
[edit] FinishAnim
native(261) final latent function FinishAnim (optional int Channel)
[edit] FinishInterpolation
native(301) final latent function FinishInterpolation ()
[edit] Sleep
native(256) final latent function Sleep (float Seconds)
[edit] Native functions
[edit] Events
See Actor events.
