My program doesn't have bugs. It just develops random features.
UE3:Interface (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Interface |
- Package:
- Core
- Known direct subinterfaces:
- UIListElementCellProvider, OnlineSystemInterface, OnlineVoiceInterface, OnlineContentInterface, UIDataStoreSubscriber, OnlinePlayerInterface, UIStyleResolver, OnlinePlayerInterfaceEx, UIStringRenderer, UIEventContainer, OnlineAccountInterface, OnlineGameInterface, OnlineNewsInterface, OnlineStatsInterface, UIListElementProvider, UISettingsClient, IWebAdminUser, CustomPropertyItemHandler, IAdvWebAdminSettings, IQueryHandler, ISession, ISessionHandler, IWebAdminAuth
- This interface in other games:
- UDK
The base class for all interfaces. Interface declarations without an explicit parent interface extend this class.
Technically this is a class extending class Object, but you should really treat interfaces as not being in the class hierarchy. Keep in mind that class limiters strictly limit a class reference according to the class hierarchy, not according to any implemented interfaces.