MCPcopy 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
578StringView Content::GetEditorAssetPath(const Guid& id)
579{
580 return Cache.GetEditorAssetPath(id);
581}
582
583Array<Guid> Content::GetAllAssets()
584{

Callers 3

GetPathMethod · 0.45
GetPathMethod · 0.45
FindAssetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected