MCPcopy Create free account
hub / github.com/Tencent/UnLua / Unregister

Method Unregister

Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.cpp:264–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 void FClassRegistry::Unregister(const UStruct* Class)
265 {
266 const auto Desc = Find(Class);
267 if (!Desc)
268 return;
269 Desc->UnLoad();
270 Unregister(Desc, true);
271 }
272
273 void FClassRegistry::NotifyUObjectDeleted(UObject* Object)
274 {

Callers

nothing calls this directly

Calls 5

lua_pushnilFunction · 0.85
lua_setfieldFunction · 0.85
IsStructValidMethod · 0.80
UnLoadMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected