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

Method GetFiles

Source/Engine/Content/Storage/ContentStorageManager.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void ContentStorageManager::GetFiles(Array<FlaxFile*>& result)
215{
216 result.Add(Files);
217}
218
219void ContentStorageManager::GetStorage(Array<FlaxStorage*>& result)
220{

Callers 1

GetFilesToDeployMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected