Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHasherBase
Description
Previously, some code was serializing strings as GetCharArray, which includes the null terminator, and we did not want to change behavior because it would change the key. Those sites call UpdateLegacyString instead, and the subclasses that want to preserve the key override it.
| Name | UpdateLegacyString |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimDataModelHasher.h |
| Include Path | #include "Animation/AnimDataModelHasher.h" |
void UpdateLegacyString
(
const FString & Data,
const TCHAR * Name
)