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

Method OnDeleteObject

Source/Engine/Content/BinaryAsset.cpp:457–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457void BinaryAsset::OnDeleteObject()
458{
459 // Clear dependencies stuff
460 ClearDependencies();
461 _dependantAssets.Clear();
462
463 Asset::OnDeleteObject();
464}
465
466#endif
467

Callers

nothing calls this directly

Calls 2

OnDeleteObjectFunction · 0.85
ClearMethod · 0.45

Tested by

no test coverage detected