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

Method Save

Source/Engine/Content/Asset.cpp:560–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560bool Asset::Save(const StringView& path)
561{
562 LOG(Warning, "Asset type '{}' does not support saving.", GetTypeName());
563 return true;
564}
565
566#endif
567

Callers 15

CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
ImportPoMethod · 0.45
CreateMethod · 0.45
LateUpdateMethod · 0.45
DisposeMethod · 0.45
SaveToAssetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected