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

Method RemoveReference

Source/Engine/Content/Asset.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void Asset::RemoveReference()
253{
254 Platform::InterlockedDecrement(&_refCount);
255}
256
257void Asset::RemoveReference(IAssetReference* ref, bool week)
258{

Callers 14

~MeshAccessorMethod · 0.45
~AssetReferenceBaseMethod · 0.45
OnSetMethod · 0.45
OnAssetUnloadedMethod · 0.45
OnBaseUnsetMethod · 0.45
loadMethod · 0.45
OnEndPlayMethod · 0.45
~VariantMethod · 0.45
SetTypeMethod · 0.45
SetAssetMethod · 0.45

Calls 2

InterlockedDecrementFunction · 0.50
RemoveMethod · 0.45

Tested by

no test coverage detected