Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetEntry
Method
GetEntry
Source/Engine/Content/Storage/FlaxStorage.cpp:1595–1599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1593
}
1594
1595
void FlaxFile::GetEntry(int32 index, Entry& value) const
1596
{
1597
ASSERT(index == 0);
1598
value = _asset;
1599
}
1600
1601
#if USE_EDITOR
1602
Callers
8
TryGetImportOptions
Method · 0.45
TryGetImportOptions
Method · 0.45
TryGetImportOptions
Method · 0.45
CloneAssetFile
Method · 0.45
SaveToAsset
Method · 0.45
GetMetaData
Method · 0.45
GetMethodMetaData
Method · 0.45
GetAssetEntry
Method · 0.45
Calls
4
Count
Method · 0.45
Begin
Method · 0.45
IsNotEnd
Method · 0.45
TryGet
Method · 0.45
Tested by
no test coverage detected