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

Function LoadAssetHeader

Source/Engine/Content/Storage/FlaxStorage.h:378–381  ·  view source on GitHub ↗

Loads the asset header. The asset index. The data. True if cannot load data, otherwise false

Source from the content-addressed store, hash-verified

376 /// <param name="data">The data.</param>
377 /// <returns>True if cannot load data, otherwise false</returns>
378 bool LoadAssetHeader(const int32 index, AssetInitData& data)
379 {
380 return LoadAssetHeader(GetEntry(index), data);
381 }
382
383 /// <summary>
384 /// Loads the asset header.

Callers 2

LoadAssetHeaderMethod · 0.85
ChangeAssetIDMethod · 0.85

Calls 1

GetEntryFunction · 0.85

Tested by

no test coverage detected