You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Now we wrap the particle data into a single struct, composed of UStruct versions of existing data wrappers used by the Re-Simulation code. Once that is done, we serialize that struct as a CVD Binary Data entry instead of a Particle Trace Event. - Updated the CVD Trace Analyzer to read the particle data from Binary Data events instead of the now removed CVD Trace Particle Event - Create a property customization class for the new Particle Data Viewer struct. This allows us to hide properties that are part of the struct but don't have recorded data backing them up. #jira UE-184137 [CL 25807683 by sergio gardeazabal in ue5-main branch]