There is no spoon
UE2:Subsystem (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Subsystem |
Contents
- Package:
- Core
- Direct subclass:
- Engine
- This class in other games:
- RTNP, U1, UT, UE2Runtime, UT2003, U2, U2XMP, UDK, UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Subsystem: The base class all subsystems. Subsystems usually correspond to large C++ classes. The benefit of defining a C++ class as a subsystem is that you can make some of its variables script-accessible, and you can make some of its properties automatically saveable as part of the configuration.
This is a built-in Unreal class and it shouldn't be modified.
Properties
ExecVtbl
Type: pointer
Modifiers: private, native, const