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

Method GetEntries

Source/Engine/Content/Storage/FlaxStorage.cpp:1610–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608#endif
1609
1610void FlaxFile::GetEntries(Array<Entry>& output) const
1611{
1612 if (_asset.ID.IsValid())
1613 output.Add(_asset);
1614}
1615
1616void FlaxFile::Dispose()
1617{

Callers 2

CreateMethod · 0.45
RegisterAssetsMethod · 0.45

Calls 3

IsValidMethod · 0.45
AddMethod · 0.45
GetValuesMethod · 0.45

Tested by

no test coverage detected