MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / releaseStorage

Method releaseStorage

Source/Engine/Content/BinaryAsset.cpp:623–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void BinaryAsset::releaseStorage()
624{
625#if USE_EDITOR
626 // Close file
627 if (Storage)
628 Storage->CloseFileHandles();
629#endif
630}
631
632#if USE_EDITOR
633

Callers

nothing calls this directly

Calls 1

CloseFileHandlesMethod · 0.80

Tested by

no test coverage detected