MCPcopy 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
623String Content::CreateTemporaryAssetPath()
624{
625 return Globals::TemporaryFolder / (Guid::New().ToString(Guid::FormatType::N) + ASSET_FILES_EXTENSION_WITH_DOT);
626}
627
628ContentStats Content::GetStats()
629{

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected