Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SaveState
Method
SaveState
Source/Prefab.cpp:353–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
void Prefab::SaveState(FileStreamOut& out)
354
{
355
out << GetModuleSaveStateRev();
356
357
IDrawableModule::SaveState(out);
358
359
out << mPrefabName;
360
}
361
362
void Prefab::LoadState(FileStreamIn& in, int rev)
363
{
Callers
1
SavePrefab
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected