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

Method GetReferences

Source/Engine/Content/Assets/MaterialBase.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53#if USE_EDITOR
54
55void MaterialBase::GetReferences(Array<Guid>& assets, Array<String>& files) const
56{
57 BinaryAsset::GetReferences(assets, files);
58 Params.GetReferences(assets);
59}
60
61#endif

Callers

nothing calls this directly

Calls 1

GetReferencesFunction · 0.70

Tested by

no test coverage detected