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

Function GetReferences

Source/Engine/Content/Assets/VisualScript.h:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 // [BinaryAsset]
283#if USE_EDITOR
284 void GetReferences(Array<Guid>& assets, Array<String>& files) const override
285 {
286 BinaryAsset::GetReferences(assets, files);
287 Graph.GetReferences(assets);
288 }
289 bool Save(const StringView& path = StringView::Empty) override;
290#endif
291

Callers

nothing calls this directly

Calls 1

GetReferencesMethod · 0.45

Tested by

no test coverage detected