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

Method GetReferences

Source/Engine/Content/Assets/AnimationGraph.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void AnimationGraph::GetReferences(Array<Guid>& assets, Array<String>& files) const
223{
224 BinaryAsset::GetReferences(assets, files);
225 Graph.GetReferences(assets);
226}
227
228bool AnimationGraph::Save(const StringView& path)
229{

Callers

nothing calls this directly

Calls 1

GetReferencesFunction · 0.70

Tested by

no test coverage detected