You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- AddInstance and AddInstances can now take the transform in either local or world space, as defined by the bWorldSpace argument. - This matches the API of GetInstanceTransform and UpdateInstanceTransform, and means that AddInstanceWorldSpace can be deprecated. - RemoveInstances is now available on the base ISM component, rather than being HISM specific. - This allows code operating on ISM components via the base API to still take advantage of HISM batched remove optimizations. #preflight 609d48fe4a67ba0001997624 #rb Brooke.Hubert [CL 16315860 by Jamie Dale in ue5-main branch]