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

Method GetReferences

Source/Engine/Content/Asset.cpp:539–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537#if USE_EDITOR
538
539void Asset::GetReferences(Array<Guid>& assets, Array<String>& files) const
540{
541 // Fallback to the old API
542PRAGMA_DISABLE_DEPRECATION_WARNINGS;
543 GetReferences(assets);
544PRAGMA_ENABLE_DEPRECATION_WARNINGS;
545}
546
547void Asset::GetReferences(Array<Guid>& output) const
548{

Callers 8

GetAssetReferencesMethod · 0.45
PerformMethod · 0.45
GetAssetReferencesMethod · 0.45
CheckCyclicReferencesMethod · 0.45
CheckCyclicReferencesMethod · 0.45
SearchRefsMethod · 0.45

Calls 1

GetReferencesFunction · 0.50

Tested by

no test coverage detected