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

Function GetReferences

Source/Engine/Content/Assets/SkeletonMask.h:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 // [BinaryAsset]
59#if USE_EDITOR
60 void GetReferences(Array<Guid>& assets, Array<String>& files) const override
61 {
62 BinaryAsset::GetReferences(assets, files);
63 assets.Add(Skeleton.GetID());
64 }
65 bool Save(const StringView& path = StringView::Empty) override;
66#endif
67

Callers 12

GetReferencesMethod · 0.70
GetReferencesMethod · 0.70
GetReferencesMethod · 0.70
GetReferencesMethod · 0.70
GetReferencesMethod · 0.70
GetReferencesMethod · 0.70
GetReferencesMethod · 0.50
GetReferencesMethod · 0.50
GetReferencesMethod · 0.50
GetReferencesMethod · 0.50
GetReferencesMethod · 0.50
GetReferencesMethod · 0.50

Calls 2

GetIDMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected