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

Method RegisterUsage

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

Source from the content-addressed store, hash-verified

61}
62
63void FlaxChunk::RegisterUsage()
64{
65 LastAccessTime = Platform::GetTimeSeconds();
66}
67
68FlaxChunk* FlaxChunk::Clone() const
69{

Callers 4

GetOrCreateChunkMethod · 0.80
RequestChunkDataAsyncMethod · 0.80
BinaryAsset.hFile · 0.80
LoadAssetChunkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected