MCPcopy 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
1595void FlaxFile::GetEntry(int32 index, Entry& value) const
1596{
1597 ASSERT(index == 0);
1598 value = _asset;
1599}
1600
1601#if USE_EDITOR
1602

Callers 8

TryGetImportOptionsMethod · 0.45
TryGetImportOptionsMethod · 0.45
TryGetImportOptionsMethod · 0.45
CloneAssetFileMethod · 0.45
SaveToAssetMethod · 0.45
GetMetaDataMethod · 0.45
GetMethodMetaDataMethod · 0.45
GetAssetEntryMethod · 0.45

Calls 4

CountMethod · 0.45
BeginMethod · 0.45
IsNotEndMethod · 0.45
TryGetMethod · 0.45

Tested by

no test coverage detected