Debugging Tools for Windows |
The Uninitialize method is called by the engine to uninitialize an EngExtCpp extension library before it is unloaded.
virtual void
Uninitialize(
void
)
None
None
If this method is defined in the extension library class EXT_CLASS, it can be used by the extension library to clean up before it is unloaded.
There may or may not be a debugging session active when this function is called, so you should not assume that the extension can query session information.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.