Template:Category within classes/doc

From Unreal Wiki, The Unreal Engine Documentation Site
This subpage contains documentation, categories and other content that is not part of the template.
To view the template page itself, see Template:Category within classes.

This template defines the content of categories for classes declared within other classes.

Usage

For stock classes within another class:

{{category within classes|PlayerController|UE3}}

For custom classes within another stock or custom class:

{{category within classes|PlayerController|UE3|custom=yes}}

If the outer class has a parent class with additional within classes:

{{category within classes|UTPlayerController|UE3|parent=PlayerController}}

If the outer class has a parent class with additional custom within classes:

{{category within classes|UTPlayerController|UE3|custom=yes|parent=PlayerController|parentcustom=yes}}

See also