Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Uninitialize method is called by the engine to uninitialize an EngExtCpp extension library before it is unloaded.
Syntax
virtual void Uninitialize();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
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.
Requirements
Target platform |
Desktop |
Header |
Engextcpp.hpp (include Engextcpp.hpp) |
See also