Mostly Harmless
Legacy:Actor
This page is the technical specification for the Actor class. See Actor Overview for information on working with actors in UnrealEd.
Objects that have a position in the world are subclassed from Actor. For example brushes, movers, decorations, Bot (UT)s, Light (UT)s and Triggers (UT2003). This is an important class because it's the base class for all in-game objects (as in "object oriented programming"), so you'll find really a lot of very important functions and variables defined in this class. UnrealScript beginners ought to take a look at this class's source code.
For this class in UT see Actor (UT).
Contents
Configurable Properties[edit]
Actor properties sorted by group. These can be changed from UnrealEd's actor properties window.
- Legacy:Actor/Advanced
- Legacy:Actor/Collision
- Legacy:Actor/Display
- Legacy:Actor/Events
- Legacy:Actor/Force
- Legacy:Actor/Karma see Karma for now
- LightColor and Legacy:Actor/Lighting
- Legacy:Actor/Movement
- Legacy:Actor/Object
- Legacy:Actor/Replication
- Legacy:Actor/Sound
Note that not all property groups have been described yet. Please fill in if you have time.
Other Members Of The Actor Class[edit]
- Legacy:Actor/Properties that don't appear in UnrealEd's properties window
- Legacy:Actor/Constants
- Legacy:Actor/Enums
- Legacy:Actor/Structs
- Legacy:Actor/Methods
- Iterators
- Operators – The color operators.
- Properties and functions which are Legacy:Actor/New In UT2004 or have changed from UT2003
Known Subclasses[edit]
See Actor Class Hierarchy for a full tree of subclasses.
Placeable Subclasses[edit]
(or notplaceable with placeable subclasses)
- AntiPortalActor (see Antiportal)
- Decoration
- Emitter
- FluidSurfaceOscillator
- Info
- IonCannon
- KActor
- KVehicleFactory
- Keypoint
- Light
- MeshEffect
- NavigationPoint
- Note
- Pawn
- Pickup
- ProjectileSpawner
- Projector
- StaticMeshActor
- TankVictim
- Triggers
- VehiclePart
- VMeshActor
- xEmitter
- xMaterialController
- xPickUpBase
- xProcMesh
- xWeatherEffect
Not Placeable Subclasses[edit]
- AimedAttachment
- AnimBrowserMesh
- Brush
- Controller
- DamageType
- Decal (deprecated)
- DecoVolumeObject
- Effects
- Gib
- HUD
- HudOverlay
- Inventory
- InventoryAttachment
- IonEffect
- MatDemoActor
- Mover
- PrecacheHack
- Projectile
- ShieldEffect
- ShockCombo
- SpinnyWeap
- ShieldEffect
- TransDummyBeacon
- Vignette
- WeaponFire (UT2003)
- WeaponFire
- xMaterialTrigger
- xMutatorList
Related Topics[edit]
- This class in other games:
- Creating Actors And Objects
- Destroying Objects
- Actor Class Hierarchy – All descendants of this class
- Actor Overview – more mapping- and UnrealEd-related information
- Actor (UT) – The UT version of this class
- Replication – All the evilness of network-related Actor functionality
See also[edit]
Great Actor Pages Debate on page names and organization: Actor (UT)/Talk