MCPcopy 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
60void AssetReferenceBase::OnAssetChanged(Asset* asset, void* caller)
61{
62 if (_owner)
63 _owner->OnAssetChanged(asset, this);
64}
65
66void AssetReferenceBase::OnAssetLoaded(Asset* asset, void* caller)
67{

Callers 1

OnSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected