- Max length of a string id is now increased to 128 characters.
- Identifiers generated from template parameter names are now capped at MaxLength - 10, to allow space for a number to be added afterwards.
- Sanitization of strings will cap the maximum length of parameters at MaxLength.
- Existing string ids that are deserialized from BSON are assumed to be valid and will not throw an exception on deserialization, in order to handle any data that already exists in the DB.
[CL 32934650 by ben marsh in ue5-main branch]