MCPcopy Create free account
hub / github.com/Illation/ETEngine / ~Reference

Method ~Reference

Engine/source/EtCore/Content/Asset.cpp:44–47  ·  view source on GitHub ↗

--------------------------------- I_Asset::Reference::d-tor Make sure to remove the asset pointer so the assets ref count goes down

Source from the content-addressed store, hash-verified

42// Make sure to remove the asset pointer so the assets ref count goes down
43//
44I_Asset::Reference::~Reference()
45{
46 SafeDelete(m_AssetPtr);
47}
48
49//---------------------------------
50// I_Asset::Reference::Ref

Callers

nothing calls this directly

Calls 1

SafeDeleteFunction · 0.85

Tested by

no test coverage detected