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

Template:Infobox_class

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
Template:Template Infobox_class

Contents

No known subclasses.
[edit] Documentation

This template provides an info box for a class. The info box can contain relevant information like parent classes, implemented interfaces or the within class.

Usage

Example:

{{Infobox class
| class   = UTCheatManager
| package = UTGame
| within  = PlayerController
| game    = UT3
| engine  = UE3
| parent1 = CheatManager
| parent2 = Object
}}
UT3 Object >> CheatManager >> UTCheatManager
Package: 
UTGame
Within class
PlayerController
No known subclasses.
This class in other games:
UT3

Warning: Default sort key "UTCheatManager UT3" overrides earlier default sort key "Infobox_class Template". If class, game or engine are missing, they are derived from the current page name. (You can see this effect in the default output on the template page.) Engine and game are only used for linking pages and categories.

The classes and interfaces in the within, parentx and interfacex parameters are automatically linked. The list of parent classes should always be given as complete as possible. For Actor-derived classes the list should start with the Actor class, otherwise it should start with the Object class. Up to ten parent classes can be specified, but if the list gets too long, consider cutting it off at a "well-known" class, like in the following example:

{{infobox class
| class      = UIComp_DrawImage
| package    = Engine
| within     = UIObject
| interface1 = UIStyleResolver
| interface2 = CustomPropertyItemHandler
| game       = UT3
| engine     = UE3
| parent1    = UIComp_DrawComponents
| parent2    = UIComponent
| parent3    = Component
}}
UT3 Component >> UIComponent >> UIComp_DrawComponents >> UIComp_DrawImage
Package: 
Engine
Within class
UIObject
Implemented interfaces
UIStyleResolver, CustomPropertyItemHandler
Known direct subclasses:
UIComp_DrawTeamColoredImage, UIComp_UTDrawStateImage
This class in other games:
UT3

Warning: Default sort key "UIComp_DrawImage UT3" overrides earlier default sort key "UTCheatManager UT3". Classes implementing one or more interfaces will automatically be added to relevant categories, which are also linked from the corresponding interface page if it contains an interface infobox.

See also

Warning: Default sort key "Infobox class" overrides earlier default sort key "UIComp_DrawImage UT3".

Personal tools