Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetEntriesCount
Method
GetEntriesCount
Source/Engine/Content/Storage/FlaxStorage.cpp:1590–1593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1588
}
1589
1590
int32 FlaxFile::GetEntriesCount() const
1591
{
1592
return _asset.ID.IsValid() ? 1 : 0;
1593
}
1594
1595
void FlaxFile::GetEntry(int32 index, Entry& value) const
1596
{
Callers
6
TryGetImportOptions
Method · 0.80
TryGetImportOptions
Method · 0.80
TryGetImportOptions
Method · 0.80
SaveToAsset
Method · 0.80
onRename
Method · 0.80
GetAssetEntry
Method · 0.80
Calls
2
IsValid
Method · 0.45
Count
Method · 0.45
Tested by
no test coverage detected