Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnAssetChanged
Method
OnAssetChanged
Source/Engine/Content/Asset.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void AssetReferenceBase::OnAssetChanged(Asset* asset, void* caller)
61
{
62
if (_owner)
63
_owner->OnAssetChanged(asset, this);
64
}
65
66
void AssetReferenceBase::OnAssetLoaded(Asset* asset, void* caller)
67
{
Callers
1
OnSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected