Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ Cleanup
Method
Cleanup
Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp:134–138 ·
view source on GitHub ↗
* Clean up... */
Source
from the content-addressed store, hash-verified
132
* Clean up...
133
*/
134
void UUnLuaManager::Cleanup()
135
{
136
Env = nullptr;
137
Classes.Empty();
138
}
139
140
int UUnLuaManager::GetBoundRef(const UClass* Class)
141
{
Callers
1
~FLuaEnv
Method · 0.45
Calls
1
Empty
Method · 0.45
Tested by
no test coverage detected