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

Method Deserialize

Source/Engine/Localization/Localization.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98#endif
99
100void LocalizationSettings::Deserialize(DeserializeStream& stream, ISerializeModifier* modifier)
101{
102 DESERIALIZE(LocalizedStringTables);
103 DESERIALIZE(DefaultFallbackLanguage);
104}
105
106LocalizedString::LocalizedString(const LocalizedString& other)
107 : Id(other.Id)

Callers

nothing calls this directly

Calls 8

LocalizedStringClass · 0.85
MemberEndMethod · 0.80
SetUTF8Method · 0.80
GetTextMethod · 0.45
GetStringMethod · 0.45
GetStringLengthMethod · 0.45
HasCharsMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected