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

Method DeleteChunks

Source/Engine/Content/Storage/FlaxStorage.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void AssetHeader::DeleteChunks()
37{
38 for (int32 i = 0; i < ASSET_FILE_DATA_CHUNKS; i++)
39 {
40 SAFE_DELETE(Chunks[i]);
41 }
42}
43
44void AssetHeader::UnlinkChunks()
45{

Callers 2

UpgradeAssetMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected