Integrating github/staging through commit ab87ed9

This commit is contained in:
alexpete
2021-04-09 11:27:37 -07:00
parent ae62a97894
commit 1044dc3da1
1582 changed files with 29374 additions and 519051 deletions
@@ -319,7 +319,7 @@ namespace SerializeHelpers
// save the entitiesToSerialize structure to the buffer
AZStd::string charBuffer;
AZ::IO::ByteContainerStream<AZStd::string> charStream(&charBuffer);
bool success = AZ::Utils::SaveObjectToStream(charStream, AZ::ObjectStream::ST_XML, &entitiesToSerialize);
[[maybe_unused]] bool success = AZ::Utils::SaveObjectToStream(charStream, AZ::ObjectStream::ST_XML, &entitiesToSerialize);
AZ_Assert(success, "Failed to serialize elements to XML");
return charBuffer;