![]() |
• System Utilities | ||
|
API Links
Developer Links
|
Constructable::InstallConstructorDefined in:
Installs a constructor object for application-defined subclasses of the template parameter.
C4Construction.hPrototype
Parameters
Description
The InstallConstructor function installs a constructor object whose responsibility it is to create new instances of application-defined subclasses of the template parameter. The Constructor object encapsulates a function that is called by the engine when it encounters a custom type.Once the Constructor object is installed, it must continue to exist in order to function. A Constructor object is uninstalled by simply deleting it.
See Also
|