Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1610
void FlaxFile::GetEntries(Array<Entry>& output) const
1611
{
1612
if (_asset.ID.IsValid())
1613
output.Add(_asset);
1614
}
1615
1616
void FlaxFile::Dispose()
1617
{
Callers
2
Create
Method · 0.45
RegisterAssets
Method · 0.45
Calls
3
IsValid
Method · 0.45
Add
Method · 0.45
GetValues
Method · 0.45
Tested by
no test coverage detected