Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetEditorAssetPath
Method
GetEditorAssetPath
Source/Engine/Content/Content.cpp:578–581 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
576
}
577
578
StringView Content::GetEditorAssetPath(const Guid& id)
579
{
580
return Cache.GetEditorAssetPath(id);
581
}
582
583
Array<Guid> Content::GetAllAssets()
584
{
Callers
3
GetPath
Method · 0.45
GetPath
Method · 0.45
FindAsset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected