You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This fixes an issue where extreme usage of UMassRepresentationSubsystem::AddVisualDescWithISMComponents for active registration of more than 32,767 ISMC groups would overflow the previous INT16_MAX handle cap. Now this lifts the limit to 65534 with 65535 (UINT16_MAX) reserved for representing invalid handles where previously INDEX_NONE was used. #rb Mieszko.Zielinski, James.Studdart, Yoan.StAmant #tests cooked [CL 29969827 by dan smith in ue5-main branch]