My program doesn't have bugs. It just develops random features.
Template:Category implementing classes/doc
From Unreal Wiki, The Unreal Engine Documentation Site
This template defines the content of category pages for classes implementing a specific interface.
Usage[edit]
For stock class categories implementing stock interfaces:
{{category implementing classes|SomeInterface|UE3}}
If the interface extends another stock interface: (other than "Interface" itself)
{{category implementing classes|SomeInterface|UE3|parent=ParentInterface}}
For custom class categories implementing stock interfaces:
{{category implementing classes|SomeInterface|UE3|custom=yes}}
For custom class categories implementing custom interfaces:
{{category implementing classes|SomeCustomInterface|UE3|custom=interface}}
If the custom interface extends another interface implemented by custom classes:
{{category implementing classes|SomeCustomInterface|UE3|custom=interface|customparent=CustomParentInterface}}