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

Method Deserialize

Source/Engine/Content/Content.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void FLAXENGINE_API Serialization::Deserialize(ISerializable::DeserializeStream& stream, SceneReference& v, ISerializeModifier* modifier)
63{
64 Deserialize(stream, v.ID, modifier);
65}
66
67namespace
68{

Callers 6

TryGetImportOptionsMethod · 0.45
CloneObjectFunction · 0.45
TryGetImportOptionsMethod · 0.45
TryGetImportOptionsMethod · 0.45
CreateInstanceMethod · 0.45
CreateInstanceMethod · 0.45

Calls 1

DeserializeFunction · 0.50

Tested by

no test coverage detected