I added one memner variable to TArray(bool), and crashed on FMemoryImageResult::LoadformArchive(). After loadFromArchive, it makes a forced conversion on loaded memory, and called TArray’s operator =, then a memcpy, crashed.
How this memory freezing mechanism works?
What do I need to edit for my member variable?
THX!