Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "Legacy:Actor"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Looks like you wanna IP ban somebody? - Undo revision 35458 by 61.219.56.227 (Talk))
Line 113: Line 113:
  
 
Great Actor Pages Debate on page names and organization: [[Legacy:Actor (UT)/Talk|Actor (UT)/Talk]]
 
Great Actor Pages Debate on page names and organization: [[Legacy:Actor (UT)/Talk|Actor (UT)/Talk]]
 
Hey guys, wanna chat with me? (anna witnauer)
 
 
(716) 444-4083
 
 
www.myspace.com/freegiftwiteverypurchase
 
  
 
[[Category:Legacy Class (UT2003)|{{PAGENAME}}]]
 
[[Category:Legacy Class (UT2003)|{{PAGENAME}}]]
 
[[Category:Legacy Class (UT2004)|{{PAGENAME}}]]
 
[[Category:Legacy Class (UT2004)|{{PAGENAME}}]]

Revision as of 14:07, 6 October 2009

UT2003 :: Object >> Actor (Engine)

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).

Configurable Properties

Actor properties sorted by group. These can be changed from UnrealEd's actor properties window.

Note that not all property groups have been described yet. Please fill in if you have time.

Other Members Of The Actor Class

Known Subclasses

See Actor Class Hierarchy for a full tree of subclasses.

Placeable Subclasses

(or notplaceable with placeable subclasses)

Not Placeable Subclasses

Related Topics

Discussion

Great Actor Pages Debate on page names and organization: Actor (UT)/Talk