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

Method SaveAsset

Source/Engine/Content/BinaryAsset.cpp:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306#if USE_EDITOR
307
308bool BinaryAsset::SaveAsset(AssetInitData& data, bool silentMode) const
309{
310 return SaveAsset(GetPath(), data, silentMode);
311}
312
313bool BinaryAsset::SaveAsset(const StringView& path, AssetInitData& data, bool silentMode) const
314{

Callers 2

SaveShaderAssetMethod · 0.45
RunMethod · 0.45

Calls 2

GetPathFunction · 0.85
LinkMethod · 0.45

Tested by

no test coverage detected