The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:Interface (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 13:22, 17 February 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 :: Interface (Package: Core)

The base class of all interface classes in UT3. This class has no new members and only serves as implicit parent class for all interfaces defined without an explicit parent interface.

Technically the class Interface extends Object (UT3), but conceptually you should pretend it doesn't.

[edit] Known Interfaces