You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Now the tool "debug draws" points, vectors and text representing collisions (contacts, push out forces, normals, etc) and particle data (velocity, acceleration, etc) when a particle is selected. - What data to visualize is controlled with enum flags you can set in the tool itself. These are available as global configuration flags (it will affect all the particles that are selected), and local flags. If a particle has local flags set, these will override the global ones. - Added a way to lock the current step, so when you scrub to a different recorded frame, the tool will automatically go to the same step number (playing back all the previous steps). This is useful to compare differences between frames on a specific sub-step. - Made the last recorded substep of any given frame, the default sub step that will be played back when scrubbing to a new frame. This better represents the end state of the simulation on any given frame. You can use the existing next/prev steps to go backwards if needed. Something worth noticing is that collision data visualization is still not 100% correct, I will address that in a new CL #jira UE-188329 #rb chris.caulfield [CL 26052947 by sergio gardeazabal in 5.3 branch]