MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / DeleteManaged

Method DeleteManaged

Source/Engine/Content/Asset.cpp:568–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566#endif
567
568void Asset::DeleteManaged()
569{
570 if (HasManagedInstance())
571 {
572 if (IsRegistered())
573 UnregisterObject();
574 DestroyManaged();
575 }
576}
577
578ContentLoadTask* Asset::createLoadingTask()
579{

Callers

nothing calls this directly

Calls 1

HasManagedInstanceFunction · 0.50

Tested by

no test coverage detected