Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
bool 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
Create
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
ImportPo
Method · 0.45
Create
Method · 0.45
LateUpdate
Method · 0.45
Dispose
Method · 0.45
SaveToAsset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected