You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-- Removed particle handle pointers from event payloads, as these are unsafe on the GT where they are often utilized. -- Test proxy pointers when used on the game thread in case the proxy is pending destruction and is no longer valid. -- Moved transform of particle handle -> transform group index for geometry collection event to PT where it is safe to reference the particle handle. #jira UE-115834 #rb brice.criswell [CL 16409919 by brett miller in ue5-main branch]