You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Support for Matrix and scalar ops. - Constant handling improved to support saclars and matrices. Also reduced constant table to only constants being used. (Matrix and scalar attributes still to do.) - Refactored compiler to separate the VM from UnrealEd and allow future compilers for compute etc. - Reduced temp register usage. - Improved output attriubte writing. - Improved support for tooltips / descriptions and other UI niceties for Niagara Ops. - Support for VectorVM ops with 4 operands. - Refactored VM to be neater and fixed a few bugs that were caused by the mess and code duplication. - New VM ops for splatting, shuffling and streaming output. - Fixed a few bugs in the UI Node code. #reviewedby Olaf.Piesche [CL 2331268 by Simon Tovey in Main branch]