Files
o3de/Gems/EMotionFX
Chris Burel cbeafe29d3 Avoid serializing size_t in EMotionFX code (#1423)
`size_t` is a typedef that is sized differently on different platforms.
Instead, use `AZ::u64`, which is large enough to hold all platforms'
`size_t` types but is a fixed size, to avoid size mismatches per
platform.
2021-06-18 14:14:42 -07:00
..
2021-03-08 14:30:57 -08:00