Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ CreateTemporaryAssetPath
Method
CreateTemporaryAssetPath
Source/Engine/Content/Content.cpp:623–626 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
621
}
622
623
String Content::CreateTemporaryAssetPath()
624
{
625
return Globals::TemporaryFolder / (Guid::New().ToString(Guid::FormatType::N) + ASSET_FILES_EXTENSION_WITH_DOT);
626
}
627
628
ContentStats Content::GetStats()
629
{
Callers
nothing calls this directly
Calls
2
New
Function · 0.50
ToString
Method · 0.45
Tested by
no test coverage detected