Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Deinitialize
Function
Deinitialize
Source/Engine/Scripting/Plugins/Plugin.h:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
/// Cleanup method called when this plugin is being unloaded or reloaded or engine is closing.
42
/// </summary>
43
API_FUNCTION() virtual void Deinitialize()
44
{
45
}
46
};
Callers
2
Deinitialize
Method · 0.85
Cleanup
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected