Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
void Asset::RemoveReference()
253
{
254
Platform::InterlockedDecrement(&_refCount);
255
}
256
257
void Asset::RemoveReference(IAssetReference* ref, bool week)
258
{
Callers
14
~MeshAccessor
Method · 0.45
~AssetReferenceBase
Method · 0.45
OnSet
Method · 0.45
~WeakAssetReferenceBase
Method · 0.45
OnAssetUnloaded
Method · 0.45
~SoftAssetReferenceBase
Method · 0.45
OnBaseUnset
Method · 0.45
load
Method · 0.45
OnEndPlay
Method · 0.45
~Variant
Method · 0.45
SetType
Method · 0.45
SetAsset
Method · 0.45
Calls
2
InterlockedDecrement
Function · 0.50
Remove
Method · 0.45
Tested by
no test coverage detected