You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This arranges all emitters in an SDetailView with some customization. Primary benefit of this is that hooking things into the UI will require almost no work and elements can still be customized for a good UX. Previous UI is still available and should work exactly as before. Quite a bit of refactoring was needed to acheive this but much of it was needed for other things anyway and/or has some nice additonal benefits. E.g. - All constant types are supported easily. - You can now create a default data object in the graph which will propagate through to the effect editor. - Adding new data object types will be very easy. Also added a delete and duplicate button for emitters in both UIs. #codereview olaf.piesche [CL 2590057 by Simon Tovey in Main branch]