You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/EMotionFX/Code/Include/Integration
Chris Burel 4034195bdc Convert EMotionFX runtime uint32 -> size_t
This allows the EMotionFX runtime to compile with `/we4267` enabled, which
emits a warning when converting from `size_t` to a smaller type. All tests
for the runtime have been updated accordingly, and they pass.

In instances where a range-for loop could be used, or a std algorithm, that
was used instead of using `size_t numItems = vec.size()` and a for loop.

Casts to `uint32` were removed where possible. Some places remain, like in
the file formats.

Signed-off-by: Chris Burel <burelc@amazon.com>
4 years ago
..
ActorComponentBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimAudioComponentBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimGraphComponentBus.h Convert EMotionFX runtime uint32 -> size_t 4 years ago
AnimGraphNetworkingBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AnimationBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EMotionFXBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
EditorSimpleMotionComponentBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MotionExtractionBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
SimpleMotionComponentBus.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago