You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed issue with sync group collisions when syncing with 'component' scope This change moves sync group management to use a name->group map instead of indices. Staying with indices cannot work across multiple instances as they are simply allocated at the point the single anim BP is compiled, so can easily collide in anything other than simple configurations. Deprecated all index based access to sync groups in the runtime. Sync groups can still be enumerated on the generated class. #jira UE-101030 - Sync groups with non-local scope can collide, causing incorrect behaviour #rb Martin.Wilson,Jurre.deBaare [CL 14521985 by Thomas Sarkanen in ue5-main branch]